added planning component
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user