css: Use SCSS nesting in settings.scss for `.edit_bot_form`.

This commit is contained in:
majordwarf 2020-05-10 07:51:26 +05:30 committed by Tim Abbott
parent b85f587eac
commit 9008fbfc05
1 changed files with 9 additions and 9 deletions

View File

@ -993,17 +993,17 @@ input[type=checkbox] {
font-size: 100%;
margin: 0px;
padding: 0px;
}
.edit_bot_form label {
text-transform: uppercase;
font-weight: 600;
color: hsl(0, 0%, 67%);
margin-top: 5px;
}
label {
text-transform: uppercase;
font-weight: 600;
color: hsl(0, 0%, 67%);
margin-top: 5px;
}
.edit_bot_form .buttons {
margin: 10px 0px 5px 0px;
.buttons {
margin: 10px 0px 5px 0px;
}
}
.edit_bot_email {