Styled badge size

This commit is contained in:
Tiago Kayaya
2020-09-08 12:23:54 +01:00
parent ad73458fd6
commit adbf9820b9
+24
View File
@@ -1,4 +1,28 @@
ion-tab-bar{
--background: #e3dfdf;
--color: #000;
}
// Badge
// --------------------------------------------------
/// @prop - Font size of the badge
$badge-font-size:15px !default;
/// @prop - Font weight of the badge
$badge-font-weight:bold !default;
ion-badge {/* */
/* display: inline-block;*/
min-width: 18px;
font-size: $badge-font-size;
/* font-weight: $badge-font-weight;
line-height: 1;
white-space: nowrap;
vertical-align: baseline; */
}