mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
12 lines
210 B
SCSS
12 lines
210 B
SCSS
@import "../badge";
|
|
|
|
// Material Design Badge
|
|
// --------------------------------------------------
|
|
|
|
$badge-md-border-radius: 4px !default;
|
|
|
|
|
|
ion-badge {
|
|
border-radius: $badge-md-border-radius;
|
|
}
|