mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(badge): match MD padding (#16134)
This commit is contained in:
@@ -5,5 +5,10 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
--padding-top: 3px;
|
||||
--padding-end: 4px;
|
||||
--padding-bottom: 4px;
|
||||
--padding-start: 4px;
|
||||
|
||||
@include border-radius($badge-md-border-radius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user