diff --git a/scss/atat.scss b/scss/atat.scss index 3506a717..f04b895a 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -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'; diff --git a/scss/elements/_panel-rows.scss b/scss/elements/_panel-rows.scss deleted file mode 100644 index 064140ee..00000000 --- a/scss/elements/_panel-rows.scss +++ /dev/null @@ -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; - } - } -}