7 lines
124 B
SCSS
7 lines
124 B
SCSS
.box.box-bg-primary {
|
|
@apply bg-primary! text-white! ;
|
|
}
|
|
.box.box-bg-success {
|
|
@apply bg-secondary! text-white! ;
|
|
}
|