-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorbital.css
More file actions
51 lines (43 loc) · 826 Bytes
/
Copy pathorbital.css
File metadata and controls
51 lines (43 loc) · 826 Bytes
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
.button {
position: absolute;
top: 10px;
}
@media (min-width: 858px) {
.info {
width: 25%;
}
.button {
width: 200px;
height: 66px;
font-size: 16px;
}
}
@media (max-width: 375px) {
.button {
width: 80%;
margin-left: 10%;
margin-right: 10%;
font-size: 12px;
}
select.routes {
max-width: 355px;
font-size: large;
}
}
.button {
background-color: white;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
max-width: 100%;
min-width: 90%;
margin-left: 5%;
}
select.routes {
margin: 5px;
width: 90%;
min-height: 40px;
}