From 4a183e3ba6078046ed81e21834c3496fac95090c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 14 Feb 2023 20:56:12 +0100 Subject: [PATCH] Remove unused styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/rtl.scss | 12 ------------ app/styles/ui.scss | 14 +------------- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/app/styles/rtl.scss b/app/styles/rtl.scss index bab735c81..09de6297d 100644 --- a/app/styles/rtl.scss +++ b/app/styles/rtl.scss @@ -10,16 +10,4 @@ body.rtl { .table td { text-align: right; } - - @media screen and (min-width: 631px) { - .column { - padding-left: 5px; - padding-right: 5px; - - &:first-child { - padding-left: 5px; - padding-right: 10px; - } - } - } } diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 5e67fd949..576d5d4f9 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -89,8 +89,7 @@ } .react-swipeable-view-container { - &, - .column { + & { height: 100%; } } @@ -130,17 +129,6 @@ } } -.text-btn { - display: inline-block; - padding: 0; - font-family: inherit; - font-size: inherit; - color: inherit; - border: 0; - background: transparent; - cursor: pointer; -} - ::-webkit-scrollbar-thumb { border-radius: 0; }