mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
282 B
SCSS
15 lines
282 B
SCSS
@import "./badge";
|
|
@import "./badge.md.vars";
|
|
|
|
// Material Design Badge
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--padding-top: 3px;
|
|
--padding-end: 4px;
|
|
--padding-bottom: 4px;
|
|
--padding-start: 4px;
|
|
|
|
@include border-radius($badge-md-border-radius);
|
|
}
|