-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathquick-exit.css
125 lines (109 loc) · 3.47 KB
/
quick-exit.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* line 34, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit {
position: fixed;
right: 0;
top: 20%;
font-size: 200%;
line-height: 1;
padding: .2em .2em .2em .7em;
white-space: nowrap;
border-radius: 1.7em 0 0 1.7em;
cursor: pointer;
font-family: sans-serif;
font-weight: bold;
transform-origin: right center;
transition: transform 10ms;
z-index: 99999;
background: #F7D418;
color: #000;
border: 0.2em solid #000;
border-right: none;
box-shadow: 0 0 0 0.1em #F7D418, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}
/* line 25, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit a {
color: #000;
}
/* line 28, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit a:focus,
#quick-exit a:hover {
color: #1D4F9C;
}
/* line 53, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit:hover {
transform: scale(1.2);
}
/* line 57, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit header,
#quick-exit footer, #quick-exit::after {
display: block;
font-size: 50%;
font-weight: normal;
text-align: center;
margin: .3em 0;
}
/* line 69, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit header strong,
#quick-exit footer strong, #quick-exit::after {
font-weight: bold;
text-transform: uppercase;
}
/* line 76, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit[accesskey]::after {
content: "or press '" attr(accesskey) "'";
}
/* line 79, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit[data-accesskey]::after {
content: "or press '" attr(data-accesskey) "'";
}
/* line 83, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit ul, #quick-exit li {
display: inline;
margin: 0;
padding: 0;
list-style: none;
}
/* line 90, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit a {
text-decoration: none;
}
/* line 94, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit svg {
height: 1em;
width: auto;
fill: currentColor;
}
/* line 101, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.green {
background: #006A56;
color: #fff;
border: 0.2em solid #fff;
border-right: none;
box-shadow: 0 0 0 0.1em #006A56, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}
/* line 25, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.green a {
color: #fff;
}
/* line 28, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.green a:focus,
#quick-exit.green a:hover {
color: #F7D418;
}
/* line 104, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.blue {
background: #fff;
color: #1D4F9C;
border: 0.2em solid #1D4F9C;
border-right: none;
box-shadow: 0 0 0 0.1em #fff, 2px 2px 5px 0.1em rgba(0, 0, 0, 0.5);
}
/* line 25, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.blue a {
color: #1D4F9C;
}
/* line 28, D:/Users/Ben/Documents/GitHub/qgov/domestic-violence/quick-exit/src/quick-exit.scss */
#quick-exit.blue a:focus,
#quick-exit.blue a:hover {
color: #000;
}