X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6157280d19ca65b3ff00fd8c1f4dfc94fcbdb64c..ecbe27b373bbe241af332d51a663192fd71a2520:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 43d59cfb5..bef955509 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -561,10 +561,6 @@ nav.secondary { width: $sidebarWidth; border-right: $keyline; - .alert { - background: #e00; - } - h2, h3, h4 { padding: $lineheight; border-bottom: $keyline; @@ -1541,17 +1537,19 @@ a.donate { /* Rules for "flash" notice boxes shown at the top of the content area */ -.flash { - padding: $lineheight; - &#error { - background-color: #ff7070; - } - &#warning { - background-color: #ffe0cc; - } - &#notice { - background-color: #CBEEA7; - } +.error { + padding: $lineheight; + background-color: #ff7070; +} + +.warning { + padding: $lineheight; + background-color: #ffe0cc; +} + +.notice { + padding: $lineheight; + background-color: #CBEEA7; } /* Rules for highlighting fields with rails validation errors */