added planning component

This commit is contained in:
VyacheslavShtyrlin
2023-02-22 09:18:03 +05:00
parent c34d3ae1fe
commit 443532b484
20 changed files with 808 additions and 74 deletions
@@ -0,0 +1,30 @@
.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;
}