fix(badge): match MD padding (#16134)

This commit is contained in:
Cam Wiegert
2018-10-29 16:15:00 -05:00
committed by GitHub
parent 2f66ae4f62
commit 615c5187f3

View File

@@ -5,5 +5,10 @@
// --------------------------------------------------
:host {
--padding-top: 3px;
--padding-end: 4px;
--padding-bottom: 4px;
--padding-start: 4px;
@include border-radius($badge-md-border-radius);
}