5 lines
310 B
SCSS
5 lines
310 B
SCSS
.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
|
|
.filters { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
|
|
.form-grid { display: flex; flex-direction: column; gap: 0.75rem; }
|
|
.form-grid label { display: flex; flex-direction: column; gap: 0.25rem; }
|