voila
This commit is contained in:
parent
e75e3c069c
commit
b1d2ed52e0
195 changed files with 2451 additions and 2504 deletions
|
@ -41,6 +41,12 @@ $card-border-radius: 5px;
|
|||
border-bottom-right-radius: $card-border-radius;
|
||||
}
|
||||
}
|
||||
.card.no-title{
|
||||
.card-text {
|
||||
border-top-left-radius: $card-border-radius;
|
||||
border-top-right-radius: $card-border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
.card.card-green {
|
||||
color: #2f3640;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue