Base panel styles

This commit is contained in:
Andrew Croce 2018-07-06 16:04:22 -04:00
parent de8340b212
commit 65fa41964e

View File

@ -9,16 +9,11 @@
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
margin-bottom: $site-margins-mobile;
@include media($medium) {
margin-bottom: $site-margins;
}
}
@mixin panel-theme-default {
border-top-color: $color-black;
border-bottom-color: $color-gray-dark;
border-bottom-color: $color-gray-light;
}
.panel {