From 1b437a4cea2b355d6dcb04020d21ccdc244863cd Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 26 Mar 2020 11:35:36 +0100 Subject: [PATCH] remove class which only belongs to a plugin The class gets re implemented in the landingpage plugin --- scm-ui/ui-styles/src/scm.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scm-ui/ui-styles/src/scm.scss b/scm-ui/ui-styles/src/scm.scss index f828c7819a..e799fe38e2 100644 --- a/scm-ui/ui-styles/src/scm.scss +++ b/scm-ui/ui-styles/src/scm.scss @@ -491,16 +491,6 @@ ul.is-separated { } } - .column.is-half-overlay { - .overlay-column { - width: calc(50% - 3rem); - - @media screen and (max-width: 768px) { - width: calc(100% - 1.5rem); - } - } - } - .column.is-full .overlay-column { width: calc(100% - 1.5rem); }