]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Facelift offline.html and use Bootstrap classes for "notifications"
[rails.git] / app / assets / stylesheets / common.scss
index 5a197d9b1be58f801df5d0b22518c971eff19dc6..06f98cc57b02a2f211147827174fc62c5066a107 100644 (file)
@@ -1253,22 +1253,6 @@ tr.turn:hover {
   display: none;
 }
 
-/* Rules for "flash" notice boxes shown at the top of the content area */
-
-.flash {
-  &.error {
-    background-color: #ff7070;
-  }
-
-  &.warning {
-    background-color: #ffe0cc;
-  }
-
-  &.notice {
-    background-color: #CBEEA7;
-  }
-}
-
 /* Rules for highlighting fields with rails validation errors */
 
 .formError {