blob: 3ffe996238eed5b830e8b08504e17e464187aaf4 [file] [log] [blame]
pranav nachnekar27910542019-09-03 12:04:52 +05301.time-slot {
2 margin: 0 0;
3 border: 0.5px solid #cccccc;
4 min-height: 100px;
5}
6
7.time-slot:hover {
8 background: #ddd;
9}
10
11.time-slot.unavailable {
12 background: #bbb;
13
14 color: #777777
15}
16
17input[type="radio"] {
18 visibility: hidden;
19 display: none;
20}
21
22.time-slot.selected {
23 color: white;
24 background: #5e64ff;
25}