From 846bacd665bd7220ab1f02d1951790077466f6e5 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 17 Nov 2021 11:51:41 +0000 Subject: [PATCH] Remove the custom flash styling for sidebar flashes The flash partial is now based on flexbox, so these positioning classes are no longer required --- app/assets/stylesheets/common.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 017d8a0d8..3cb69cf0b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -388,18 +388,6 @@ body.compact-nav { top: 20px; } } - - .flash { - padding: 15px; - - picture { - margin-right: -25px; - } - - div.message { - margin-left: 30px; - } - } } .overlay-sidebar #sidebar { -- 2.39.5