-
Notifications
You must be signed in to change notification settings - Fork 6
/
App.css
89 lines (71 loc) · 1.1 KB
/
App.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body > .grid {
height: 100%;
}
.givenames {
height: 100%;
}
.givenames .column{
max-width: 400px;
}
div#content{
height:100%;
}
.main.container{
margin-top:1em;
}
.topMenu{
background-color: white;
text-align: center;
padding-top: 5px;
padding-bottom: 10px;
}
.topselect{
display: inline-block;
}
.headroom--unpinned {
position: fixed;
transform: translateY(-200%);
}
@media (max-width: 600px) {
.main.container{
margin-top:3em;
}
.topMenu{
text-align: center;
}
.topselect {
display: block;
}
}
.headroom{
transition: box-shadow 500ms ease-in-out;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.headroom--unfixed {
box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.logoscript{
font-family: 'Satisfy', cursive;
}
.touchevents span.topselect .dropdown{
font-size: 1.4em;
margin-bottom: 15px;
}
.reroll{
position: fixed;
bottom: 2pc;
width: 25pc;
left: 0;
right: 0;
margin-left: auto !important;
margin-right: auto !important;
}
.logoHeader{
padding: 1em;
}
.settingsIcon {
position: absolute;
top: 16px;
left: 16px;
cursor: pointer;
}