blob: 30ce957e2c773908b9dccff265034634e8f55b77 [file] [log] [blame]
pranav nachnekar27910542019-09-03 12:04:52 +05301.time-slot {
0Pranav7c274362019-10-15 16:45:24 +05302 flex-grow: 1;
3 flex : 0 0 calc(16.66% - 20px);
Pranav Nachanekar10711dd2019-09-09 15:41:20 +05304 margin-bottom: 2em;
5 margin-left: 0.5em;
6 margin-right: 0.5em;
7 border-radius: 0.4em;
8 cursor: pointer;
pranav nachnekar27910542019-09-03 12:04:52 +05309 border: 0.5px solid #cccccc;
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053010 min-height: 75px;
11 padding: 0.5em 1em;
Pranav Nachanekar59c54352019-10-03 13:18:13 +053012}
13
0Pranav7c274362019-10-15 16:45:24 +053014#customer-form{
15 border-color: black;
16}
17#customer-form ::placeholder{
18 color: #ddd;
19}
Pranav Nachanekar59c54352019-10-03 13:18:13 +053020#timeslot-container{
0Pranav7c274362019-10-15 16:45:24 +053021 display: flex;
22 flex-wrap: wrap;
23 justify-content: center;
pranav nachnekar27910542019-09-03 12:04:52 +053024}
25
26.time-slot:hover {
27 background: #ddd;
28}
29
30.time-slot.unavailable {
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053031 background: #CBD5E0;
32 cursor: not-allowed;
33 color: #718096
34}
pranav nachnekar27910542019-09-03 12:04:52 +053035
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053036.time-slot.unavailable .text-muted {
37 color: #718096
pranav nachnekar27910542019-09-03 12:04:52 +053038}
39
pranav nachnekar27910542019-09-03 12:04:52 +053040.time-slot.selected {
41 color: white;
42 background: #5e64ff;
Pranav Nachanekar10711dd2019-09-09 15:41:20 +053043}
44
45.time-slot.selected .text-muted {
46 color: #EDF2F7 !important;
47}