Files
bigcapital/packages/webapp/src/style/pages/Preferences/GeneralForm.scss
Ahmed Bouhuolia d9a716a46f wip darkmode
2025-08-04 12:25:27 +02:00

21 lines
320 B
SCSS

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