mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
feat: made timeslots into flex
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
border: 0.5px solid #cccccc;
|
||||
min-height: 75px;
|
||||
padding: 0.5em 1em;
|
||||
|
||||
}
|
||||
|
||||
#timeslot-container{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
}
|
||||
|
||||
.time-slot:hover {
|
||||
|
||||
Reference in New Issue
Block a user