diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 14 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 33 | ||||
-rw-r--r-- | web/i/pin-flat-white-small.png | bin | 0 -> 751 bytes |
3 files changed, 25 insertions, 22 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 6625ab910..ff867d4dc 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -888,12 +888,14 @@ input.final-submit { border-#{$left}: 0.5em solid transparent; border-bottom: 0.5em solid #888; } - &#fixed { - color:#fff; - background: $col_fixed_label; - &:before { - border-bottom: 0.5em solid $col_fixed_label_dark; - } + } + + #fixed { + color:#fff; + background: $col_fixed_label; + + &:before { + border-bottom: 0.5em solid $col_fixed_label_dark; } } } diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 545701279..ad5572f7f 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -755,23 +755,24 @@ body.authpage { border-#{$left}: 0.75em solid transparent; border-bottom: 0.75em solid #888; } - &#fixed { - padding-top:5em; - background-image:url($image-sprite); - background-position:-324px -326px; - background-repeat:no-repeat; - &:before { - border-bottom: 0.75em solid $col_fixed_label_dark; - } + } + + #fixed, + #closed { + padding-top: 48px; + padding-top: calc(1.5em + 32px); + background-image: url('/i/pin-flat-white-small.png'); + background-size: 24px 32px; + background-position: 50% 1em; + background-repeat:no-repeat; + &:before { + border-bottom: 0.75em solid $col_fixed_label_dark; } - &#closed { - padding-top:5em; - background-image:url($image-sprite); - background-position:-318px -326px; - background-repeat:no-repeat; - &:before { - border-bottom: 0.75em solid #666; - } + } + + #closed { + &:before { + border-bottom-color: #666; } } } diff --git a/web/i/pin-flat-white-small.png b/web/i/pin-flat-white-small.png Binary files differnew file mode 100644 index 000000000..f01a4e6b9 --- /dev/null +++ b/web/i/pin-flat-white-small.png |