client: remove unused styling classes
All checks were successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Johann150 2022-12-18 00:50:02 +01:00
parent 2520633210
commit 3bf7deb233
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -10,8 +10,6 @@
@media (max-width: 500px) { @media (max-width: 500px) {
--margin: var(--marginHalf); --margin: var(--marginHalf);
} }
//--ad: rgb(255 169 0 / 10%);
} }
::selection { ::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 { ._panel {
background: var(--panel); background: var(--panel);
border-radius: var(--radius); 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 { ._popup {
background: var(--popup); background: var(--popup);
border-radius: var(--radius); border-radius: var(--radius);
@ -445,11 +402,6 @@ hr {
color: var(--link); color: var(--link);
} }
._caption {
font-size: 0.8em;
opacity: 0.7;
}
._monospace { ._monospace {
font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important; font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important;
} }