Fix glitch-soc SCSS code style and refactor closer to upstream

This commit is contained in:
Claire
2023-02-25 21:20:01 +01:00
parent ac8512a73a
commit cc94cc86ae
22 changed files with 144 additions and 70 deletions

View File

@ -75,7 +75,6 @@
width: 100%;
height: 100%;
box-sizing: border-box;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
@ -99,7 +98,6 @@
height: 100%;
box-sizing: border-box;
padding: 25px;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
@ -685,7 +683,6 @@
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
color: $inverted-text-color;
background: $simple-background-color;
padding: 10px;
@ -820,7 +817,6 @@
font-family: inherit;
font-size: 14px;
resize: none;
border: 0;
outline: 0;
border-radius: 4px;
border: 1px solid $ui-secondary-color;
@ -987,7 +983,6 @@
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
font-size: 14px;
label,
@ -1135,7 +1130,7 @@
width: 100%;
border: 0;
padding: 10px;
font-family: 'mastodon-font-monospace', monospace;
font-family: mastodon-font-monospace, monospace;
background: $ui-base-color;
color: $primary-text-color;
font-size: 14px;