Update _card.scss
Added transition to cards for smoother experience.
This commit is contained in:
parent
0348606859
commit
9a846bc616
1 changed files with 2 additions and 1 deletions
|
@ -126,6 +126,7 @@ $height-card-small: $spacing-vertical * 15;
|
|||
vertical-align: top;
|
||||
display: inline-block;
|
||||
margin-right: $spacing-vertical / 3;
|
||||
transition: all .1s ease-in-out;
|
||||
}
|
||||
+ .card-row {
|
||||
margin-top: $spacing-vertical * 1/3;
|
||||
|
@ -144,4 +145,4 @@ $height-card-small: $spacing-vertical * 15;
|
|||
}
|
||||
.card-row__header {
|
||||
margin-bottom: $spacing-vertical / 3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue