integarting admin dashboard
This commit is contained in:
19
public/Dashboard/scss/common/dark/components/_badges.scss
Normal file
19
public/Dashboard/scss/common/dark/components/_badges.scss
Normal file
@ -0,0 +1,19 @@
|
||||
/* Badges */
|
||||
|
||||
.badge {
|
||||
border-radius: 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
padding: .375rem .5625rem;
|
||||
font-weight: normal;
|
||||
&.badge-pill {
|
||||
border-radius: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
/*Badge outlined variations*/
|
||||
@each $color, $value in $theme-colors {
|
||||
.badge-outline-#{$color} {
|
||||
@include badge-outline-variations($value);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user