Improve consistency of the layout #386

Merged
konrad merged 13 commits from feature/css-consistency-system into master 2021-01-23 17:18:10 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 370160c68b - Show all commits

View File

@ -64,6 +64,12 @@ $lists-per-row: 5;
box-shadow: $shadow-md;
}
&:active,
&:focus,
&:focus:not(:active) {
box-shadow: $shadow-xs !important;
}
@media screen and (min-width: $widescreen) {
&:nth-child(#{$lists-per-row}n) {
margin-right: 0;