first comit
This commit is contained in:
40
static/scss/argon-dashboard/_cards.scss
Executable file
40
static/scss/argon-dashboard/_cards.scss
Executable file
@@ -0,0 +1,40 @@
|
||||
.card {
|
||||
box-shadow: $card-box-shadow;
|
||||
.card-header {
|
||||
padding: $card-header-padding;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
font-family: $font-family-sans-serif;
|
||||
padding: $card-body-padding;
|
||||
}
|
||||
|
||||
&.card-plain {
|
||||
background-color: $card-plain-bg-color;
|
||||
box-shadow: $card-plain-box-shadow !important;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
padding: $card-footer-padding;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.author {
|
||||
display: $card-author-display;
|
||||
|
||||
.name > span {
|
||||
line-height: $card-author-name-line-height;
|
||||
font-weight: $font-weight-bold;
|
||||
font-size: $font-size-sm;
|
||||
color: $card-author-name-color;
|
||||
}
|
||||
|
||||
.stats {
|
||||
font-size: $font-size-sm;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
}
|
||||
|
||||
@import 'cards/card-background';
|
||||
@import 'cards/card-carousel';
|
||||
Reference in New Issue
Block a user