Files
bigcapital/src/style/pages/Preferences/GeneralForm.scss
2021-12-27 18:29:52 +02:00

22 lines
318 B
SCSS

// General page
//---------------------------------
.preferences-page__inside-content--general {
.bp3-form-group {
max-width: 650px;
margin-bottom: 24px;
.bp3-label {
min-width: 190px;
font-weight: 600;
color: #38414e;
}
.bp3-form-content {
width: 100%;
}
}
}