-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·57 lines (45 loc) · 1.46 KB
/
Copy pathstyle.css
File metadata and controls
executable file
·57 lines (45 loc) · 1.46 KB
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
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
#pagecontent, #container, #surveytitle, #surveyinstructions, #surveyinstructions p, #surveyinstructions span, #surveyinstructions div, #surveyacknowledgment, #surveyacknowledgment p, #surveyacknowledgment span, #surveyacknowledgment div {
border-width: 0 !important;
}
#return_instructions {
margin-top: 25vh !important;
text-align: center !important;
}
#return_instructions h4 {
color: #495057 !important;
}
.jqbutton, .ui-button, .ui-corner-all, .ui-widgetbutton {
letter-spacing: 1px;
text-transform: uppercase;
background-color: white !important;
border-radius: 9px !important;
color: #0451A1 !important;
border-color: #0451A1 !important;
padding: 15px 32px !important;
text-align: center !important;
text-decoration: none !important;
display: inline-block !important;
font-size: 16px !important;
transition: 0.3s;
}
.jqbutton:hover, .ui-button:hover, .ui-corner-all:hover, .ui-widgetbutton:hover {
background-color: #20b9c1 !important;
color: white !important;
}
#footer a {
display: none !important;
}
#redirect_to_instruments {
background-color: #0451A1 !important;
color: #FFF !important;
border-color: #0451A1 !important;
}
#redirect_to_instruments:hover {
background-color: #FFF !important;
color: #0451A1 !important;
border-color: #0451A1 !important;
}
button:focus, button:hover, a:focus, a:hover {
outline: none;
}