fix: fix cards

This commit is contained in:
Kazhnuz Klappsthul 2021-07-29 11:59:25 +02:00
parent ae66cfc5ce
commit 4656fd5e02
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $card-smallpad: $lineheight_half;
border: none;
margin:0;
margin-bottom:$lineheight;
& > * {
margin-left: $size;
margin-right: $size;
@ -81,6 +82,8 @@ $card-smallpad: $lineheight_half;
.card, .menu {
@include card($card-bigpad);
display: flex;
flex-direction: column;
&-body {
padding:0!important;
@ -209,6 +212,10 @@ ul.card-list, .card > ul {
}
}
.toast {
padding:$card-smallpad,
}
/* COLORIZE CARDS and TOASTS */
.card, .smallcard, .menu {