From: Ian Weller Date: Wed, 9 Mar 2016 13:11:24 +0000 (-0500) Subject: getting rid of excess code X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=069a80e7cb1736b2db6b31584ef2021a231e5448;p=WP-Themes%2Fglmthemes%2Fpellstonairport.git getting rid of excess code --- diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 72d7c5c..d7ea37f 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -84,138 +84,5 @@ } } } -// li { -// background: none; -// padding: 12px 0; -// border-left: 2px solid $white; -// max-width: 166.5px; -// line-height: 1.25; -// &:first-child { -// border: none; -// } -// &:hover { -// background: $white; -// } -// a { -// text-align: center; -// padding: 0 20px; -// font-size: 20px; -// font-weight: bold; -// color: $white; -// &:hover { -// color: $d-blue; -// text-shadow: 0 0 1px $d-blue; -// text-shadow: 1 0 1px $d-blue; -// text-shadow: 0 1 1px $d-blue; -// text-shadow: -1 0 1px $d-blue; -// text-shadow: 0 -1 1px $d-blue; -// } -// } -// &:not(.has-form):not(.active) { -// & > a:not(.button) { -// background: transparent; -// } -// } -// &.drop-left { -// ul.dropdown { -// padding-left: 21px; -// padding-right: 250px; -// top: 74px; -// background: $white; -// border-bottom-left-radius: 10px; -// border-bottom-right-radius: 10px; -// min-width: 500px; -// box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -ms-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// li { -// white-space: nowrap; -// border-bottom: 1px solid #e7e7e8; -// padding: 5px 0; -// &.nav-img-container { -// img { -// position: absolute; -// right: 20px; -// top: 23px; -// border: 6px solid #fdefd4; -// } -// border: none; -// } -// a { -// padding-left: 0; -// text-align: left; -// font-size: 18px; -// &:hover { -// color: $d-blue; -// text-shadow: 0 0 1px $green; -// text-shadow: 1 0 1px $green; -// text-shadow: 0 1 1px $green; -// text-shadow: -1 0 1px $green; -// text-shadow: 0 -1 1px $green; -// } -// } -// } -// } -// } -// &.drop-right { -// ul.dropdown { -// padding-left: 250px; -// padding-right: 21px; -// right: -1%; -// left: auto; -// top: 74px; -// background: $white; -// border-bottom-left-radius: 10px; -// border-bottom-right-radius: 10px; -// min-width: 500px; -// box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -ms-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5); -// li { -// white-space: nowrap; -// background: $white; -// text-align: right; -// border-bottom: 1px solid #e7e7e8; -// padding: 5px 0; -// &.nav-img-container { -// img { -// position: absolute; -// left: 20px; -// top: 23px; -// border: 6px solid #fdefd4; -// } -// border: none; -// } -// a { -// padding-left: 0; -// text-align: left; -// font-size: 18px; -// &:hover { -// color: $d-blue; -// text-shadow: 0 0 1px $green; -// text-shadow: 1 0 1px $green; -// text-shadow: 0 1 1px $green; -// text-shadow: -1 0 1px $green; -// text-shadow: 0 -1 1px $green; -// } -// } -// } -// } -// } -// } } -// & > ul > li { -// &:before { -// margin-top: 21px; -// margin-left: -26px; -// content: url(../assets/propller-icon.png); -// position: absolute; -// display:block; -// } -// &:first-child:before { -// content: none; -// } -// } }