-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.css
70 lines (62 loc) · 1.29 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body {
background-color: aliceblue;
}
.booking {
max-width: 350px;
display: inline-block;
}
form {
max-width: 300px;
margin: auto;
}
.tool-tip,
.down-arrow,
.up-arrow {
background-color: #c2c9d6;
}
.tool-tip,
.down-arrow,
.outer {
box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.dropoff {
text-align: right;
}
input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit']):not([class]),
input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit'])[xx] {
background-color: #fff;
border: 1px solid #b0bdc3;
padding: 0.5rem 0.6rem;
}
input[name='providedUsername'],
input[name='providedPassword'],
input[name='providedUsername']:focus,
input[name='providedPassword']:focus {
color: #111;
}
label {
text-align: left;
}
nav:not([class]) header a img, nav[xx] header a img {
height: 3rem;
}
.center {
text-align: center;
}
#sign-out {
display: none;
}
.big-eta {
display: block;
font-size: 4em;
margin-bottom: 4px;
}
.eta-wrapper {
margin-top: 64px;
display: inline-block;
font-size: 14px;
line-height: 1.3;
}
input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit']):not([class]), input:not([type='radio']):not([type='checkbox']):not([type='button']):not([type='submit'])[xx] {
font-size: 16px;
}