HTMLテンプレートやBootstrapを追加
This commit is contained in:
8
app/assets/scss/material-dashboard/_badge.scss
Normal file
8
app/assets/scss/material-dashboard/_badge.scss
Normal 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