jekyll-theme-ethereal 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +437 -0
- data/README.md +538 -0
- data/_includes/banner.html +22 -0
- data/_includes/contact.html +34 -0
- data/_includes/date.html +24 -0
- data/_includes/footer.html +14 -0
- data/_includes/head.html +14 -0
- data/_includes/language.html +14 -0
- data/_includes/logo.html +1 -0
- data/_includes/panel.html +18 -0
- data/_includes/scripts.html +18 -0
- data/_includes/social.html +36 -0
- data/_includes/spotlight.html +12 -0
- data/_includes/thread.html +25 -0
- data/_layouts/default.html +41 -0
- data/_layouts/home.html +8 -0
- data/_layouts/page.html +4 -0
- data/_layouts/post.html +27 -0
- data/_layouts/redirect.html +10 -0
- data/_layouts/sitemap.html +22 -0
- data/_sass/base/_page.scss +117 -0
- data/_sass/base/_reset.scss +76 -0
- data/_sass/base/_typography.scss +271 -0
- data/_sass/components/_actions.scss +63 -0
- data/_sass/components/_button.scss +154 -0
- data/_sass/components/_contact-icons.scss +72 -0
- data/_sass/components/_cookieconsent.scss +403 -0
- data/_sass/components/_form.scss +279 -0
- data/_sass/components/_gallery.scss +218 -0
- data/_sass/components/_grid-icons.scss +166 -0
- data/_sass/components/_icon.scss +33 -0
- data/_sass/components/_icons.scss +28 -0
- data/_sass/components/_image.scss +169 -0
- data/_sass/components/_list.scss +56 -0
- data/_sass/components/_panel-banner.scss +90 -0
- data/_sass/components/_panel-spotlight.scss +81 -0
- data/_sass/components/_panel.scss +300 -0
- data/_sass/components/_table.scss +81 -0
- data/_sass/layout/_footer.scss +49 -0
- data/_sass/layout/_header.scss +37 -0
- data/_sass/layout/_page-wrapper.scss +43 -0
- data/_sass/layout/_wrapper.scss +118 -0
- data/_sass/libs/_breakpoints.scss +223 -0
- data/_sass/libs/_functions.scss +90 -0
- data/_sass/libs/_mixins.scss +78 -0
- data/_sass/libs/_vars.scss +49 -0
- data/_sass/libs/_vendor.scss +376 -0
- data/_sass/main.scss +135 -0
- data/_sass/noscript.scss +26 -0
- data/assets/css/fontawesome-all.min.css +5 -0
- data/assets/css/main.scss +5 -0
- data/assets/css/noscript.scss +5 -0
- data/assets/images/bg.jpg +0 -0
- data/assets/images/drone.jpg +0 -0
- data/assets/images/gallery/fulls/01.jpg +0 -0
- data/assets/images/gallery/fulls/02.jpg +0 -0
- data/assets/images/gallery/fulls/03.jpg +0 -0
- data/assets/images/gallery/fulls/04.jpg +0 -0
- data/assets/images/gallery/fulls/05.jpg +0 -0
- data/assets/images/gallery/fulls/06.jpg +0 -0
- data/assets/images/gallery/fulls/07.jpg +0 -0
- data/assets/images/gallery/fulls/08.jpg +0 -0
- data/assets/images/gallery/fulls/09.jpg +0 -0
- data/assets/images/gallery/thumbs/01.jpg +0 -0
- data/assets/images/gallery/thumbs/02.jpg +0 -0
- data/assets/images/gallery/thumbs/03.jpg +0 -0
- data/assets/images/gallery/thumbs/04.jpg +0 -0
- data/assets/images/gallery/thumbs/05.jpg +0 -0
- data/assets/images/gallery/thumbs/06.jpg +0 -0
- data/assets/images/gallery/thumbs/07.jpg +0 -0
- data/assets/images/gallery/thumbs/08.jpg +0 -0
- data/assets/images/gallery/thumbs/09.jpg +0 -0
- data/assets/images/jupiter_abyss.jpg +0 -0
- data/assets/images/jupiter_storms.jpg +0 -0
- data/assets/images/ngc-1156.jpg +0 -0
- data/assets/images/ngc-3169.jpg +0 -0
- data/assets/images/orion_las.jpg +0 -0
- data/assets/images/overlay.png +0 -0
- data/assets/images/pic01.jpg +0 -0
- data/assets/images/pic02.jpg +0 -0
- data/assets/images/pic03.jpg +0 -0
- data/assets/images/pillars-of-creation.jpg +0 -0
- data/assets/images/saturn_testing.jpg +0 -0
- data/assets/images/sls-core_staging.jpg +0 -0
- data/assets/images/zeta-ophiuchi.jpg +0 -0
- data/assets/js/breakpoints.min.js +2 -0
- data/assets/js/browser.min.js +2 -0
- data/assets/js/cookieconsent.min.js +1 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/main.js +759 -0
- data/assets/webfonts/fa-brands-400.eot +0 -0
- data/assets/webfonts/fa-brands-400.svg +3442 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.eot +0 -0
- data/assets/webfonts/fa-regular-400.svg +803 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.eot +0 -0
- data/assets/webfonts/fa-solid-900.svg +4649 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/sitemap.md +4 -0
- metadata +192 -0
@@ -0,0 +1,76 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal by HTML5 UP
|
3
|
+
/// html5up.net | @ajlkn
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
///
|
6
|
+
|
7
|
+
// Reset.
|
8
|
+
// Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)
|
9
|
+
|
10
|
+
html, body, div, span, applet, object,
|
11
|
+
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
|
12
|
+
pre, a, abbr, acronym, address, big, cite,
|
13
|
+
code, del, dfn, em, img, ins, kbd, q, s, samp,
|
14
|
+
small, strike, strong, sub, sup, tt, var, b,
|
15
|
+
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
|
16
|
+
form, label, legend, table, caption, tbody,
|
17
|
+
tfoot, thead, tr, th, td, article, aside,
|
18
|
+
canvas, details, embed, figure, figcaption,
|
19
|
+
footer, header, hgroup, menu, nav, output, ruby,
|
20
|
+
section, summary, time, mark, audio, video {
|
21
|
+
margin: 0;
|
22
|
+
padding: 0;
|
23
|
+
border: 0;
|
24
|
+
font-size: 100%;
|
25
|
+
font: inherit;
|
26
|
+
vertical-align: baseline;
|
27
|
+
}
|
28
|
+
|
29
|
+
article, aside, details, figcaption, figure,
|
30
|
+
footer, header, hgroup, menu, nav, section {
|
31
|
+
display: block;
|
32
|
+
}
|
33
|
+
|
34
|
+
body {
|
35
|
+
line-height: 1;
|
36
|
+
}
|
37
|
+
|
38
|
+
ol, ul {
|
39
|
+
list-style:none;
|
40
|
+
}
|
41
|
+
|
42
|
+
blockquote, q {
|
43
|
+
quotes: none;
|
44
|
+
|
45
|
+
&:before,
|
46
|
+
&:after {
|
47
|
+
content: '';
|
48
|
+
content: none;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
table {
|
53
|
+
border-collapse: collapse;
|
54
|
+
border-spacing: 0;
|
55
|
+
}
|
56
|
+
|
57
|
+
body {
|
58
|
+
-webkit-text-size-adjust: none;
|
59
|
+
}
|
60
|
+
|
61
|
+
mark {
|
62
|
+
background-color: transparent;
|
63
|
+
color: inherit;
|
64
|
+
}
|
65
|
+
|
66
|
+
input::-moz-focus-inner {
|
67
|
+
border: 0;
|
68
|
+
padding: 0;
|
69
|
+
}
|
70
|
+
|
71
|
+
input, select, textarea {
|
72
|
+
-moz-appearance: none;
|
73
|
+
-webkit-appearance: none;
|
74
|
+
-ms-appearance: none;
|
75
|
+
appearance: none;
|
76
|
+
}
|
@@ -0,0 +1,271 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal by HTML5 UP
|
3
|
+
/// html5up.net | @ajlkn
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
///
|
6
|
+
|
7
|
+
/* Typography */
|
8
|
+
|
9
|
+
html {
|
10
|
+
font-size: 18pt;
|
11
|
+
font-size: 1vmax;
|
12
|
+
|
13
|
+
@include breakpoint('<=xlarge') {
|
14
|
+
font-size: 12pt;
|
15
|
+
font-size: 1.1vmax;
|
16
|
+
}
|
17
|
+
|
18
|
+
@include breakpoint('<=large') {
|
19
|
+
font-size: 11pt;
|
20
|
+
font-size: 1.5vmax;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
body, input, select, textarea {
|
25
|
+
color: _palette(fg);
|
26
|
+
font-family: _font(family);
|
27
|
+
font-size: 1rem;
|
28
|
+
font-weight: _font(weight);
|
29
|
+
line-height: 1.65;
|
30
|
+
}
|
31
|
+
|
32
|
+
a {
|
33
|
+
@include vendor('transition', (
|
34
|
+
'color #{_duration(transition)} ease-in-out',
|
35
|
+
'border-bottom-color #{_duration(transition)} ease-in-out'
|
36
|
+
));
|
37
|
+
color: inherit;
|
38
|
+
border-bottom: dotted 1px;
|
39
|
+
text-decoration: none;
|
40
|
+
|
41
|
+
&:hover {
|
42
|
+
border-bottom-color: transparent;
|
43
|
+
color: _palette(accent3);
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
strong, b {
|
48
|
+
color: _palette(fg-bold);
|
49
|
+
font-weight: _font(weight-bold);
|
50
|
+
}
|
51
|
+
|
52
|
+
em, i {
|
53
|
+
font-style: italic;
|
54
|
+
}
|
55
|
+
|
56
|
+
p {
|
57
|
+
margin: 0 0 _size(element-margin) 0;
|
58
|
+
|
59
|
+
body.is-ie & {
|
60
|
+
width: 100%;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
h1, h2, h3, h4, h5, h6 {
|
65
|
+
color: _palette(fg-bold);
|
66
|
+
font-family: _font(family-heading);
|
67
|
+
font-weight: _font(weight-heading);
|
68
|
+
line-height: 1.3;
|
69
|
+
margin: 0 0 (_size(element-margin) * 0.5) 0;
|
70
|
+
letter-spacing: -0.05em;
|
71
|
+
|
72
|
+
a {
|
73
|
+
color: inherit;
|
74
|
+
text-decoration: none;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
h1, h2, h3 {
|
79
|
+
&.major {
|
80
|
+
position: relative;
|
81
|
+
|
82
|
+
&:after {
|
83
|
+
content: '';
|
84
|
+
position: absolute;
|
85
|
+
left: 0;
|
86
|
+
width: 3.5rem;
|
87
|
+
height: 0.1rem;
|
88
|
+
background-color: _palette(border);
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
h1 {
|
94
|
+
font-size: 3rem;
|
95
|
+
line-height: 1.2;
|
96
|
+
|
97
|
+
&.major {
|
98
|
+
margin: 0 0 (_size(element-margin) * 1.75) 0;
|
99
|
+
|
100
|
+
&:after {
|
101
|
+
bottom: -1.325rem;
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
105
|
+
|
106
|
+
h2 {
|
107
|
+
font-size: 1.75rem;
|
108
|
+
line-height: 1.2;
|
109
|
+
|
110
|
+
&.major {
|
111
|
+
margin: 0 0 (_size(element-margin) * 1.325) 0;
|
112
|
+
|
113
|
+
&:after {
|
114
|
+
bottom: -1.2rem;
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
h3 {
|
120
|
+
font-size: 1.325rem;
|
121
|
+
|
122
|
+
&.major {
|
123
|
+
margin: 0 0 (_size(element-margin) * 1.25) 0;
|
124
|
+
|
125
|
+
&:after {
|
126
|
+
bottom: -0.75rem;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
}
|
130
|
+
|
131
|
+
h4 {
|
132
|
+
font-size: 1rem;
|
133
|
+
}
|
134
|
+
|
135
|
+
h5 {
|
136
|
+
font-size: 0.9rem;
|
137
|
+
}
|
138
|
+
|
139
|
+
h6 {
|
140
|
+
font-size: 0.7rem;
|
141
|
+
}
|
142
|
+
|
143
|
+
sub {
|
144
|
+
font-size: 0.8rem;
|
145
|
+
position: relative;
|
146
|
+
top: 0.5rem;
|
147
|
+
}
|
148
|
+
|
149
|
+
sup {
|
150
|
+
font-size: 0.8rem;
|
151
|
+
position: relative;
|
152
|
+
top: -0.5rem;
|
153
|
+
}
|
154
|
+
|
155
|
+
blockquote {
|
156
|
+
border-left: solid 0.25rem _palette(border);
|
157
|
+
font-style: italic;
|
158
|
+
margin: 0 0 _size(element-margin) 0;
|
159
|
+
padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
|
160
|
+
}
|
161
|
+
|
162
|
+
code {
|
163
|
+
background: _palette(border-bg);
|
164
|
+
border-radius: _size(border-radius);
|
165
|
+
font-family: _font(family-fixed);
|
166
|
+
font-size: 0.8rem;
|
167
|
+
margin: 0 0.25rem;
|
168
|
+
padding: 0.25rem 0.65rem;
|
169
|
+
}
|
170
|
+
|
171
|
+
pre {
|
172
|
+
-webkit-overflow-scrolling: touch;
|
173
|
+
font-family: _font(family-fixed);
|
174
|
+
font-size: 0.8rem;
|
175
|
+
margin: 0 0 _size(element-margin) 0;
|
176
|
+
white-space: pre-wrap;
|
177
|
+
|
178
|
+
code {
|
179
|
+
display: block;
|
180
|
+
line-height: 1.625;
|
181
|
+
padding: 1rem 1.5rem;
|
182
|
+
overflow-x: auto;
|
183
|
+
margin: 0;
|
184
|
+
}
|
185
|
+
}
|
186
|
+
|
187
|
+
hr {
|
188
|
+
border: 0;
|
189
|
+
border-bottom: solid 2px _palette(border);
|
190
|
+
margin: (_size(element-margin) * 1.25) 0;
|
191
|
+
}
|
192
|
+
|
193
|
+
.align-left {
|
194
|
+
text-align: left;
|
195
|
+
}
|
196
|
+
|
197
|
+
.align-center {
|
198
|
+
text-align: center;
|
199
|
+
}
|
200
|
+
|
201
|
+
.align-right {
|
202
|
+
text-align: right;
|
203
|
+
}
|
204
|
+
|
205
|
+
@include breakpoint('<=small') {
|
206
|
+
html {
|
207
|
+
font-size: 12pt;
|
208
|
+
}
|
209
|
+
|
210
|
+
h1 {
|
211
|
+
font-size: 2.25rem;
|
212
|
+
line-height: 1.2;
|
213
|
+
|
214
|
+
&.major {
|
215
|
+
margin: 0 0 (_size(element-margin) * 1.75) 0;
|
216
|
+
|
217
|
+
&:after {
|
218
|
+
bottom: -1.325rem;
|
219
|
+
}
|
220
|
+
}
|
221
|
+
}
|
222
|
+
|
223
|
+
h2 {
|
224
|
+
font-size: 1.5rem;
|
225
|
+
line-height: 1.2;
|
226
|
+
|
227
|
+
&.major {
|
228
|
+
margin: 0 0 (_size(element-margin) * 1.325) 0;
|
229
|
+
|
230
|
+
&:after {
|
231
|
+
bottom: -1.2rem;
|
232
|
+
}
|
233
|
+
}
|
234
|
+
}
|
235
|
+
|
236
|
+
h3 {
|
237
|
+
font-size: 1rem;
|
238
|
+
|
239
|
+
&.major {
|
240
|
+
margin: 0 0 (_size(element-margin) * 1.25) 0;
|
241
|
+
|
242
|
+
&:after {
|
243
|
+
bottom: -0.75rem;
|
244
|
+
}
|
245
|
+
}
|
246
|
+
}
|
247
|
+
|
248
|
+
h4 {
|
249
|
+
font-size: 1rem;
|
250
|
+
}
|
251
|
+
|
252
|
+
h5 {
|
253
|
+
font-size: 0.9rem;
|
254
|
+
}
|
255
|
+
|
256
|
+
h6 {
|
257
|
+
font-size: 0.7rem;
|
258
|
+
}
|
259
|
+
|
260
|
+
h1, h2, h3, h4, h5, h6 {
|
261
|
+
br {
|
262
|
+
display: none;
|
263
|
+
}
|
264
|
+
}
|
265
|
+
}
|
266
|
+
|
267
|
+
@include breakpoint('<=xxsmall') {
|
268
|
+
html {
|
269
|
+
font-size: 11pt;
|
270
|
+
}
|
271
|
+
}
|
@@ -0,0 +1,63 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal by HTML5 UP
|
3
|
+
/// html5up.net | @ajlkn
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
///
|
6
|
+
|
7
|
+
/* Actions */
|
8
|
+
|
9
|
+
ul.actions {
|
10
|
+
@include vendor('display', 'flex');
|
11
|
+
cursor: default;
|
12
|
+
list-style: none;
|
13
|
+
margin-left: (_size(element-margin) * -0.5);
|
14
|
+
padding-left: 0;
|
15
|
+
|
16
|
+
li {
|
17
|
+
padding: 0 0 0 (_size(element-margin) * 0.5);
|
18
|
+
vertical-align: middle;
|
19
|
+
}
|
20
|
+
|
21
|
+
&.special {
|
22
|
+
@include vendor('justify-content', 'center');
|
23
|
+
width: 100%;
|
24
|
+
margin-left: 0;
|
25
|
+
|
26
|
+
li {
|
27
|
+
&:first-child {
|
28
|
+
padding-left: 0;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
&.stacked {
|
34
|
+
@include vendor('flex-direction', 'column');
|
35
|
+
margin-left: 0;
|
36
|
+
|
37
|
+
li {
|
38
|
+
padding: (_size(element-margin) * 0.65) 0 0 0;
|
39
|
+
|
40
|
+
&:first-child {
|
41
|
+
padding-top: 0;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
&.fit {
|
47
|
+
width: calc(100% + #{_size(element-margin) * 0.5});
|
48
|
+
|
49
|
+
li {
|
50
|
+
@include vendor('flex-grow', '1');
|
51
|
+
@include vendor('flex-shrink', '1');
|
52
|
+
width: 100%;
|
53
|
+
|
54
|
+
> * {
|
55
|
+
width: 100%;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
&.stacked {
|
60
|
+
width: 100%;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
@@ -0,0 +1,154 @@
|
|
1
|
+
///
|
2
|
+
/// Ethereal by HTML5 UP
|
3
|
+
/// html5up.net | @ajlkn
|
4
|
+
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
5
|
+
///
|
6
|
+
|
7
|
+
/* Button */
|
8
|
+
|
9
|
+
input[type="submit"],
|
10
|
+
input[type="reset"],
|
11
|
+
input[type="button"],
|
12
|
+
button,
|
13
|
+
.button {
|
14
|
+
@include vendor('appearance', 'none');
|
15
|
+
@include vendor('transition', (
|
16
|
+
'background-color #{_duration(transition)} ease-in-out',
|
17
|
+
'box-shadow #{_duration(transition)} ease-in-out',
|
18
|
+
'color #{_duration(transition)} ease-in-out'
|
19
|
+
));
|
20
|
+
background-color: transparent;
|
21
|
+
border: 0;
|
22
|
+
border-radius: _size(border-radius);
|
23
|
+
box-shadow: inset 0 0 0 2px _palette(border);
|
24
|
+
color: _palette(fg-bold) !important;
|
25
|
+
cursor: pointer;
|
26
|
+
display: inline-block;
|
27
|
+
font-family: _font(family-heading);
|
28
|
+
font-size: 0.6rem;
|
29
|
+
font-weight: _font(weight-heading);
|
30
|
+
height: _size(element-height) * 1.1;
|
31
|
+
letter-spacing: 0.15rem;
|
32
|
+
line-height: _size(element-height) * 1.1;
|
33
|
+
padding: 0 1.5rem 0 (1.5rem + 0.15rem);
|
34
|
+
text-align: center;
|
35
|
+
text-decoration: none;
|
36
|
+
text-transform: uppercase;
|
37
|
+
white-space: nowrap;
|
38
|
+
|
39
|
+
&:hover {
|
40
|
+
box-shadow: inset 0 0 0 2px _palette(accent3);
|
41
|
+
color: _palette(accent3) !important;
|
42
|
+
}
|
43
|
+
|
44
|
+
&:active {
|
45
|
+
background-color: transparentize(_palette(accent3), 0.875);
|
46
|
+
}
|
47
|
+
|
48
|
+
&.icon {
|
49
|
+
&:before {
|
50
|
+
display: inline-block;
|
51
|
+
position: relative;
|
52
|
+
top: -0.075rem;
|
53
|
+
vertical-align: middle;
|
54
|
+
font-size: 0.8rem;
|
55
|
+
margin: 0 0.375rem 0 -0.325rem;
|
56
|
+
}
|
57
|
+
|
58
|
+
&.circle {
|
59
|
+
position: relative;
|
60
|
+
width: _size(element-height) * 1.25;
|
61
|
+
height: _size(element-height) * 1.25;
|
62
|
+
line-height: _size(element-height) * 1.25;
|
63
|
+
text-indent: _size(element-height) * 1.25;
|
64
|
+
border-radius: 100%;
|
65
|
+
overflow: hidden;
|
66
|
+
padding: 0;
|
67
|
+
letter-spacing: 0;
|
68
|
+
|
69
|
+
&:before {
|
70
|
+
display: block;
|
71
|
+
position: absolute;
|
72
|
+
top: 0;
|
73
|
+
left: 0;
|
74
|
+
width: inherit;
|
75
|
+
height: inherit;
|
76
|
+
font-size: 1.25rem;
|
77
|
+
line-height: inherit;
|
78
|
+
margin: 0;
|
79
|
+
text-indent: 0;
|
80
|
+
}
|
81
|
+
|
82
|
+
&.fa-angle-left {
|
83
|
+
&:before {
|
84
|
+
position: relative;
|
85
|
+
left: -0.1rem;
|
86
|
+
font-size: 1.75rem;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
&.fa-angle-right {
|
91
|
+
&:before {
|
92
|
+
position: relative;
|
93
|
+
left: 0.1rem;
|
94
|
+
font-size: 1.75rem;
|
95
|
+
}
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
&.fit {
|
101
|
+
width: 100%;
|
102
|
+
}
|
103
|
+
|
104
|
+
&.small {
|
105
|
+
font-size: 0.4rem;
|
106
|
+
height: _size(element-height) * 0.75;
|
107
|
+
line-height: _size(element-height) * 0.75;
|
108
|
+
padding: 0 1.25rem 0 (1.25rem + 0.15rem);
|
109
|
+
}
|
110
|
+
|
111
|
+
&.large {
|
112
|
+
font-size: 0.8rem;
|
113
|
+
height: _size(element-height) * 1.325;
|
114
|
+
line-height: _size(element-height) * 1.325;
|
115
|
+
padding: 0 2rem 0 (2rem + 0.15rem);
|
116
|
+
}
|
117
|
+
|
118
|
+
&.primary {
|
119
|
+
background-color: rgba(_palette(fg-bold), 1);
|
120
|
+
box-shadow: none;
|
121
|
+
color: _palette(bg) !important;
|
122
|
+
|
123
|
+
&.color1 {
|
124
|
+
color: _palette(accent1) !important;
|
125
|
+
}
|
126
|
+
|
127
|
+
&.color2 {
|
128
|
+
color: _palette(accent2) !important;
|
129
|
+
}
|
130
|
+
|
131
|
+
&.color3 {
|
132
|
+
color: _palette(accent3) !important;
|
133
|
+
}
|
134
|
+
|
135
|
+
&.color4 {
|
136
|
+
color: _palette(accent4) !important;
|
137
|
+
}
|
138
|
+
|
139
|
+
&:hover {
|
140
|
+
background-color: _palette(accent3);
|
141
|
+
}
|
142
|
+
|
143
|
+
&:active {
|
144
|
+
background-color: desaturate(darken(_palette(accent3), 6), 3);
|
145
|
+
}
|
146
|
+
}
|
147
|
+
|
148
|
+
&.disabled,
|
149
|
+
&:disabled {
|
150
|
+
@include vendor('pointer-events', 'none');
|
151
|
+
cursor: default;
|
152
|
+
opacity: 0.5;
|
153
|
+
}
|
154
|
+
}
|