Files
ontime/apps/client/src/features/app-settings/panel/client-control-panel/ClientControlPanel.module.scss
T
2025-01-24 16:48:42 +01:00

13 lines
119 B
SCSS

.fullWidth {
width: 100%;
}
.halfWidth {
width: 50%;
}
.halfWidthNoWrap {
width: 50%;
white-space: nowrap;
}