[Glitch] Change settings area to be separated into categories in admin UI
Port 7c152acb2c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -244,7 +244,7 @@ code {
|
||||
|
||||
& > label {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
color: $primary-text-color;
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
@@ -281,6 +281,20 @@ code {
|
||||
.input:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&__thumbnail {
|
||||
display: block;
|
||||
margin: 0;
|
||||
margin-bottom: 10px;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 4px;
|
||||
background: url("images/void.png");
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.fields-row {
|
||||
|
Reference in New Issue
Block a user