diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmindelo/base.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/fixmindelo/base.scss b/web/cobrands/fixmindelo/base.scss index 105994ace..e5c8f144d 100644 --- a/web/cobrands/fixmindelo/base.scss +++ b/web/cobrands/fixmindelo/base.scss @@ -26,4 +26,17 @@ $image-sprite: 'images/sprite.png'; #nav-link { top: -6x; background: url('images/sprite.png') -8px -915px no-repeat; +} + +#staging-banner { + background: #dd3333; + color: #fff; + padding: 0.2em; + margin:0; + text-align:center; + font-size:80%; +} + +.wrapper { + position: relative; // to make the staging-banner not affect top/left positioning of logo }
\ No newline at end of file |