]> git.openstreetmap.org Git - rails.git/commitdiff
Remove the custom flash styling for sidebar flashes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 17 Nov 2021 11:51:41 +0000 (11:51 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Nov 2021 12:07:31 +0000 (12:07 +0000)
The flash partial is now based on flexbox, so these positioning classes
are no longer required

app/assets/stylesheets/common.scss

index 017d8a0d8237fa3e739505b034b5fda2273fb071..3cb69cf0b85c0c8cc0a12940091f5e9cbdb5d3d2 100644 (file)
@@ -388,18 +388,6 @@ body.compact-nav {
         top: 20px;
       }
     }
-
-    .flash {
-      padding: 15px;
-
-      picture {
-        margin-right: -25px;
-      }
-
-      div.message {
-        margin-left: 30px;
-      }
-    }
   }
 
   .overlay-sidebar #sidebar {