blob: a6e6313f796765ff9258b810094f8d8de7b7d38b [file] [log] [blame]
pranav nachnekar27910542019-09-03 12:04:52 +05301.time-slot {
Pranav Nachanekar10711dd2019-09-09 15:41:20 +05302 margin-bottom: 2em;
3 margin-left: 0.5em;
4 margin-right: 0.5em;
5 border-radius: 0.4em;
6 cursor: pointer;
pranav nachnekar27910542019-09-03 12:04:52 +05307 border: 0.5px solid #cccccc;
Pranav Nachanekar10711dd2019-09-09 15:41:20 +05308 min-height: 75px;
9 padding: 0.5em 1em;
pranav nachnekar27910542019-09-03 12:04:52 +053010}
11
12.time-slot:hover {
13 background: #ddd;
14}
15
16.time-slot.unavailable {
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053017 background: #CBD5E0;
18 cursor: not-allowed;
19 color: #718096
20}
pranav nachnekar27910542019-09-03 12:04:52 +053021
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053022.time-slot.unavailable .text-muted {
23 color: #718096
pranav nachnekar27910542019-09-03 12:04:52 +053024}
25
26input[type="radio"] {
27 visibility: hidden;
28 display: none;
29}
30
31.time-slot.selected {
32 color: white;
33 background: #5e64ff;
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053034}
35
36.time-slot.selected .text-muted {
37 color: #EDF2F7 !important;
38}