Dont need panel rows

This commit is contained in:
Andrew Croce 2018-07-09 09:23:53 -04:00
parent 6c17eb684a
commit 4425d37cb0
2 changed files with 0 additions and 20 deletions

View File

@ -9,7 +9,6 @@
@import 'elements/buttons';
@import 'elements/tables';
@import 'elements/panels';
@import 'elements/panel-rows';
@import 'components/site_action';
@import 'components/empty_state';

View File

@ -1,19 +0,0 @@
/*
* Panel Rows/Cols
* An extension of the generic Row/Col system
* for grids of panels with evenly spaced gutters
*/
.panel-row {
@include grid-row;
@include grid-pad;
> .col {
@include grid-pad;
margin-bottom: $site-margins-mobile;
@include media($medium-screen) {
margin-bottom: $site-margins;
}
}
}