diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index d0b24b49c..c753e2081 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -262,6 +262,18 @@ body.mappage.admin .content { } } + button, input[type=submit], .btn { + &.delete { + font-size: 0.75em; + color: #933; + margin: 2em 0; + + &:hover { + @include background(linear-gradient(#fcc, #daa 50%)); + }; + } + } + #zurich-footer { margin: 2em auto 3em auto; } |