mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Styled badge size
This commit is contained in:
@@ -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; */
|
||||
}
|
||||
Reference in New Issue
Block a user