BetterDiscordApp-v2/client/src/styles/partials/generic/forms/main.scss

50 lines
910 B
SCSS

.bd-form-textinput,
.bd-form-textarea,
.bd-form-fileinput,
.bd-form-dropdown,
.bd-form-radio,
.bd-form-numberinput,
.bd-form-slider,
.bd-form-colourpicker,
.bd-setting-switch,
.bd-form-settingsarray {
.bd-title {
display: flex;
h3 {
font-weight: 500;
color: #f6f6f7;
flex: 1;
line-height: 24px;
margin-bottom: 0;
margin-top: 0;
}
}
.bd-hint {
flex: 1 1 auto;
margin-top: 5px;
margin-bottom: 0;
line-height: 20px;
border-bottom: 0px solid rgba(114, 118, 126, 0.1);
}
.bd-disabled & {
opacity: 0.6;
&, input {
cursor: not-allowed !important;
}
}
}
.bd-form-customsetting {
&.bd-form-customsetting-debug + .bd-form-divider {
margin-top: 0;
}
> .bd-drawer {
margin-bottom: 0;
}
}