diff options
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 985127361..592449bf5 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -177,40 +177,6 @@ h1 { color:$primary; } } -.nav-menu--mysoc { - padding: 0em 0.5em; - margin-#{$left}: 0.25em; - background-color: $primary; - @include border-radius(0 0 0.375em 0.375em); - a { - background-color: transparent; - color: $primary_text; - text-transform: uppercase; - font-size: 0.6875em; - padding: 1.3em 0.7em 1em; - &:hover { - color: #fff; - background-color: transparent; - } - } -} -#mysoc-logo { - width:84px; - height:16px; - background-size: 100px auto; - background-position: 50% 50%; - opacity: 0.8; - &:hover { - opacity: 1; - } - // IE8 does not support background-size, so increase width to show whole image - .ie8 & { - width: 100px; - } -} -.ie7 #mysoc-logo { - background-position: -260px -43px; -} // .content Is the white box |