Files
ontime/apps/client/src/features/app-settings/panel/manage-panel/ManagePanel.module.scss
T
Carlos Valente 5600235ba1 refactor: restructure settings
refactor: migrate react components
2025-07-04 15:32:33 +02:00

26 lines
305 B
SCSS

.halfWidth {
width: 50%;
}
.fullWidth {
width: 100%;
}
.fieldForm {
padding: 1rem;
background-color: $gray-1350;
display: flex;
flex-direction: column;
gap: 1rem;
}
.twoCols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.current {
background-color: $blue-1100;
}