diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
commit | 987124b09a32248414faf4d0d6615d43b29ac6f6 (patch) | |
tree | a549db8af723c981d3b346e855f25d6fd5ff8aa7 /web/cobrands/sass/_layout.scss | |
parent | dbf56159e44c1560a413022451bf1a1c4cb22a52 (diff) | |
parent | a085b63ce09f87e83b75cda9b9cd08aadfe75d61 (diff) |
Merge tag 'v2.0.4' into fiksgatami-dev
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 48fdf32c0..7e56d31bd 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -148,7 +148,7 @@ h1 { a, span { display: block; color: $nav_fg; - background: none; + background-color: transparent; border-bottom: none; } } @@ -158,16 +158,16 @@ h1 { font-size: 0.9em; } a:hover { - background: $nav_fg_hover; + background-color: $nav_fg_hover; } a.report-a-problem-btn { color: $primary_text; - background: $primary; + background-color: $primary; padding:0.25em; margin:0.5em; @include border-radius(0.25em); &:hover { - background:$primary/1.1; + background-color:$primary/1.1; } } span { @@ -177,17 +177,17 @@ h1 { .nav-menu--mysoc { padding: 0em 0.5em; margin-#{$left}: 0.25em; - background: $primary; + background-color: $primary; @include border-radius(0 0 0.375em 0.375em); a { - background:none; + background-color: transparent; color: $primary_text; text-transform: uppercase; font-size: 0.6875em; padding: 1.3em 0.7em 1em; &:hover { color: #fff; - background: none; + background-color: transparent; } } } @@ -617,6 +617,7 @@ body.authpage { display:table; width:100%; padding: 0 0 1em; + table-layout: fixed; >div { display:table-cell; width:50%; |