29 lines
399 B
SCSS
29 lines
399 B
SCSS
html {
|
|
.bg-success {
|
|
color: white !important;
|
|
}
|
|
|
|
.bg-primary {
|
|
color: $white !important;
|
|
}
|
|
|
|
.bg-secondary {
|
|
color: $white !important;
|
|
}
|
|
|
|
.bg-warning {
|
|
color: $white !important;
|
|
}
|
|
}
|
|
|
|
.border,
|
|
.v-divider {
|
|
border-color: rgba(var(--v-border-color), 1) !important;
|
|
}
|
|
|
|
.lh-0{
|
|
line-height: 0;
|
|
}
|
|
.lh-normal{
|
|
line-height: normal;
|
|
} |