first comit
This commit is contained in:
8
static/scss/argon-dashboard/_badge.scss
Executable file
8
static/scss/argon-dashboard/_badge.scss
Executable file
@@ -0,0 +1,8 @@
|
||||
@each $prop, $value in $theme-colors {
|
||||
.badge.bg-#{$prop} {
|
||||
background: $value;
|
||||
}
|
||||
}
|
||||
.badge {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
Reference in New Issue
Block a user