mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
12 lines
201 B
SCSS
12 lines
201 B
SCSS
@import "../badge";
|
|
|
|
// iOS Badge
|
|
// --------------------------------------------------
|
|
|
|
$badge-ios-border-radius: 10px !default;
|
|
|
|
|
|
ion-badge {
|
|
border-radius: $badge-ios-border-radius;
|
|
}
|