Cleaning up some sass

This commit is contained in:
Luis Cielak
2018-08-01 15:41:33 -04:00
committed by luisgov
parent 96139fbd6b
commit b446cd6ba7
3 changed files with 20 additions and 7 deletions

View File

@@ -29,6 +29,19 @@
}
}
@mixin panel-row {
@include grid-row;
.col {
margin: 0 $site-margins-mobile * 2;
@include media($medium-screen) {
margin: 0 $site-margins * 2;
}
}
}
@mixin panel-actions {
padding: $gap;
}