From 7b48b50fc1f3e0bab680b717d7cfc657d6e1b5d7 Mon Sep 17 00:00:00 2001 From: seotts Date: Fri, 2 Oct 2020 14:40:00 -0400 Subject: [PATCH] remove extra css --- src/views/annual-report/annual-report.scss | 155 --------------------- 1 file changed, 155 deletions(-) diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss index 1d061fb35..1123f65e6 100644 --- a/src/views/annual-report/annual-report.scss +++ b/src/views/annual-report/annual-report.scss @@ -1008,161 +1008,6 @@ p { } } - - - - -img.tips-icon { - height: 1.75rem; -} -//4 columns -@media #{$small} { - - .title-banner { - &.masthead { - padding-bottom: 1.25rem; - - p { - max-width: $cols4; - } - } - } - - .ttt-head { - - p { - max-width: $cols4; - } - } - - //put the image first if in 4-column - .tips-info-body { - max-width: $cols4; - text-align: center; - - &.tips-illustration { - order: -1; - img { - width: $cols4; - } - } - - .button { - width: 100%; - } - } -} - -//6 columns -@media #{$medium} { - .title-banner { - &.masthead { - - p { - max-width: $cols6; - } - } - } - - .ttt-head { - p { - max-width: $cols6; - } - } - - .tips-info-body.tips-illustration { - order: -1; - img { - width: $cols4; - } - } - - .tips-info-body { - max-width: $cols4; - text-align: center; - } -} - - -//8 columns -@media #{$intermediate} { - .title-banner { - &.masthead { - padding-bottom: 2rem; - - p { - max-width: $cols6; - } - } - } - - .ttt-head { - p { - max-width: $cols6; - } - } - - .tips-info-section { - &.mod-align-top { - align-items: flex-start; - } - } - - .tips-info-body { - max-width: $cols4; - } -} - -// 12 columns -@media #{$big} { - .title-banner { - &.masthead { - padding-bottom: 1.25rem; - - p { - max-width: $cols8; - } - } - - .masthead-info { - display: flex; - align-items: center; - justify-content: space-between; - - p { - margin: 0; - max-width: $cols6; - text-align: left; - color: $ui-white; - - a { - border-bottom: 1px solid $ui-white; - color: $ui-white; - } - } - } - } - - .ttt-head { - p { - max-width: $cols8; - } - } - - .tips-info-section { - &.mod-align-top { - align-items: flex-start; - } - } - - .tips-info-body { - max-width: $cols6; - &.mod-narrow { - max-width: $cols5; - } - } -} - .subnavigation { position: fixed; top: 50px;