Files
pixelstreamingv2/src/components/pages/Plan/TimepickerComponent/TimepickerComponent.css
T
2023-02-22 09:18:03 +05:00

31 lines
432 B
CSS

.button-plan {
margin-top: 16px;
margin-bottom: 16px;
}
.plan-title-plan {
margin: 0;
}
.timepicker-cell {
padding: 9px 18px;
width: 72px;
cursor: pointer;
}
.timepicker-cell:hover {
background: #23242a;
}
.timepicker-table {
display: grid;
justify-content: center;
background: transparent;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
}
.timepicker-table:nth-child(even) {
background: #1c1d21;
}