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