From 3bf7deb233a5b500f898a2bc0044a0b7ce807f85 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 18 Dec 2022 00:50:02 +0100 Subject: [PATCH] client: remove unused styling classes --- packages/client/src/style.scss | 48 ---------------------------------- 1 file changed, 48 deletions(-) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 25faa82ee..b728ed3b8 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -10,8 +10,6 @@ @media (max-width: 500px) { --margin: var(--marginHalf); } - - //--ad: rgb(255 169 0 / 10%); } ::selection { @@ -223,32 +221,6 @@ hr { } } -._inputs { - display: flex; - margin: 32px 0; - - &:first-child { - margin-top: 8px; - } - - &:last-child { - margin-bottom: 8px; - } - - > * { - flex: 1; - margin: 0 !important; - - &:not(:first-child) { - margin-left: 8px !important; - } - - &:not(:last-child) { - margin-right: 8px !important; - } - } -} - ._panel { background: var(--panel); border-radius: var(--radius); @@ -315,21 +287,6 @@ hr { } } -._borderButton { - @extend ._button; - display: block; - width: 100%; - padding: 10px; - box-sizing: border-box; - text-align: center; - border: solid 0.5px var(--divider); - border-radius: var(--radius); - - &:active { - border-color: var(--accent); - } -} - ._popup { background: var(--popup); border-radius: var(--radius); @@ -445,11 +402,6 @@ hr { color: var(--link); } -._caption { - font-size: 0.8em; - opacity: 0.7; -} - ._monospace { font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important; }