Files
ontime/apps/client/src/features/app-settings/panel/manage-panel/ManagePanel.module.scss
T
2025-10-10 17:41:26 +02:00

18 lines
220 B
SCSS

.halfWidth {
width: 50%;
}
.fullWidth {
width: 100%;
}
.twoCols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.current {
background-color: $blue-1100 !important; // fighting zebra styles
}