commit | 59c543570a411b2d647a88f3aceb74a69250ca00 | [log] [tgz] |
---|---|---|
author | Pranav Nachanekar <pranav@Pranavs-MacBook-Pro.local> | Thu Oct 03 13:18:13 2019 +0530 |
committer | Pranav Nachanekar <pranav@Pranavs-MacBook-Pro.local> | Thu Oct 03 13:18:13 2019 +0530 |
tree | 9ee85d76f05ea9135141d03867d9f137b1279d02 | |
parent | 76cbb9132f6126d22e4d5f9375d2364988395c4f [diff] |
feat: made timeslots into flex
diff --git a/erpnext/www/book-appointment/index.css b/erpnext/www/book-appointment/index.css index a6e6313..d520206 100644 --- a/erpnext/www/book-appointment/index.css +++ b/erpnext/www/book-appointment/index.css
@@ -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 {