feat: add custom styles
This commit is contained in:
parent
7a7fa77405
commit
f00e3dad7d
2 changed files with 10 additions and 0 deletions
|
@ -13,3 +13,10 @@
|
|||
@import 'components/previews';
|
||||
|
||||
@import 'components/navbar';
|
||||
|
||||
|
||||
.powered-text {
|
||||
margin-top:1.5rem;
|
||||
font-style:italic;
|
||||
color:#666;
|
||||
}
|
||||
|
|
|
@ -52,6 +52,9 @@ $card-color-default: white;
|
|||
@mixin card-color($background-color, $light-color, $dark-color) {
|
||||
& > .card-header, & > .card-footer { @include background-color($background-color, $light-color, $dark-color); }
|
||||
&.card-colored > .card-body { @include background-color($background-color, $light-color, $dark-color); }
|
||||
&.card-border {
|
||||
border-left: 4px solid darken($background-color, 2%)
|
||||
}
|
||||
}
|
||||
|
||||
// ALERT COLORIZATION
|
||||
|
|
Loading…
Reference in a new issue