From cefdf3ac1ae2a32e6adf775a70aad81d75af9b36 Mon Sep 17 00:00:00 2001 From: MichaelArestad Date: Fri, 11 Nov 2016 18:14:15 -0800 Subject: [PATCH] Rebased to master --- assets/stylesheets/shared/_extends.scss | 31 ------------------------- 1 file changed, 31 deletions(-) diff --git a/assets/stylesheets/shared/_extends.scss b/assets/stylesheets/shared/_extends.scss index 34ec80ab2eee3..352315ac764bd 100644 --- a/assets/stylesheets/shared/_extends.scss +++ b/assets/stylesheets/shared/_extends.scss @@ -5,37 +5,6 @@ vertical-align: middle; } -%container { - position: relative; - margin-bottom: 6%; - padding: 0 20px 12px; - background: $white; - box-shadow: 0 1px 2px rgba(0,0,0,0.075); - - @include clear-fix; - - ul, - ol { - font-size: 14px; - margin-bottom: 4px; - } - - @include breakpoint( "<480px" ) { - margin-left: .25em; - margin-right: .25em; - } -} - -%container-header { - background: $gray-light; - padding: 13px 20px 10px; - margin: 0 -20px; - min-height: 37px; - font-size: 14px; - line-height: 135%; - border-bottom: 1px solid #EBF0F2; -} - %placeholder { .stats-module.is-loading & * {