jekyll-theme-ethereal 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact_script.html +2 -2
  3. data/_includes/head.html +8 -1
  4. data/_includes/panel_map.html +70 -96
  5. data/_includes/scripts.html +8 -19
  6. data/_includes/search.html +8 -6
  7. data/_layouts/default.html +4 -4
  8. data/_sass/large/base/_page.scss +0 -0
  9. data/_sass/large/base/_reset.scss +0 -0
  10. data/_sass/large/base/_typography.scss +11 -0
  11. data/_sass/large/components/_actions.scss +0 -0
  12. data/_sass/large/components/_button.scss +0 -0
  13. data/_sass/large/components/_contact-icons.scss +0 -0
  14. data/_sass/{components → large/components}/_cookieconsent.scss +0 -0
  15. data/_sass/large/components/_form.scss +0 -0
  16. data/_sass/large/components/_gallery.scss +0 -0
  17. data/_sass/large/components/_grid-icons.scss +0 -0
  18. data/_sass/large/components/_icon.scss +0 -0
  19. data/_sass/large/components/_icons.scss +0 -0
  20. data/_sass/large/components/_image.scss +0 -0
  21. data/_sass/large/components/_list.scss +0 -0
  22. data/_sass/large/components/_panel-banner.scss +0 -0
  23. data/_sass/large/components/_panel-spotlight.scss +0 -0
  24. data/_sass/large/components/_panel.scss +0 -0
  25. data/_sass/large/components/_table.scss +0 -0
  26. data/_sass/large/layout/_footer.scss +0 -0
  27. data/_sass/large/layout/_header.scss +0 -0
  28. data/_sass/large/layout/_page-wrapper.scss +0 -0
  29. data/_sass/large/layout/_wrapper.scss +0 -0
  30. data/_sass/large.scss +48 -0
  31. data/_sass/libs/_breakpoints.scss +164 -164
  32. data/_sass/libs/_functions.scss +32 -32
  33. data/_sass/libs/_mixins.scss +225 -49
  34. data/_sass/libs/_vars.scss +40 -40
  35. data/_sass/libs/_vendor.scss +331 -331
  36. data/_sass/main/base/_page.scss +99 -0
  37. data/_sass/main/base/_reset.scss +76 -0
  38. data/_sass/main/base/_typography.scss +193 -0
  39. data/_sass/main/components/_actions.scss +63 -0
  40. data/_sass/main/components/_button.scss +154 -0
  41. data/_sass/main/components/_contact-icons.scss +72 -0
  42. data/_sass/main/components/_cookieconsent.scss +403 -0
  43. data/_sass/main/components/_form.scss +253 -0
  44. data/_sass/main/components/_gallery.scss +167 -0
  45. data/_sass/main/components/_grid-icons.scss +139 -0
  46. data/_sass/main/components/_icon.scss +33 -0
  47. data/_sass/main/components/_icons.scss +28 -0
  48. data/_sass/main/components/_image.scss +169 -0
  49. data/_sass/main/components/_list.scss +56 -0
  50. data/_sass/main/components/_panel-banner.scss +52 -0
  51. data/_sass/main/components/_panel-spotlight.scss +62 -0
  52. data/_sass/main/components/_panel.scss +224 -0
  53. data/_sass/main/components/_table.scss +81 -0
  54. data/_sass/main/layout/_footer.scss +30 -0
  55. data/_sass/main/layout/_header.scss +35 -0
  56. data/_sass/main/layout/_page-wrapper.scss +22 -0
  57. data/_sass/main/layout/_wrapper.scss +85 -0
  58. data/_sass/main.scss +24 -118
  59. data/_sass/medium/base/_page.scss +0 -0
  60. data/_sass/medium/base/_reset.scss +0 -0
  61. data/_sass/medium/base/_typography.scss +0 -0
  62. data/_sass/medium/components/_actions.scss +0 -0
  63. data/_sass/medium/components/_button.scss +0 -0
  64. data/_sass/medium/components/_contact-icons.scss +0 -0
  65. data/_sass/medium/components/_cookieconsent.scss +403 -0
  66. data/_sass/medium/components/_form.scss +0 -0
  67. data/_sass/medium/components/_gallery.scss +11 -0
  68. data/_sass/medium/components/_grid-icons.scss +0 -0
  69. data/_sass/medium/components/_icon.scss +0 -0
  70. data/_sass/medium/components/_icons.scss +0 -0
  71. data/_sass/medium/components/_image.scss +0 -0
  72. data/_sass/medium/components/_list.scss +0 -0
  73. data/_sass/medium/components/_panel-banner.scss +0 -0
  74. data/_sass/medium/components/_panel-spotlight.scss +0 -0
  75. data/_sass/medium/components/_panel.scss +0 -0
  76. data/_sass/medium/components/_table.scss +0 -0
  77. data/_sass/medium/layout/_footer.scss +0 -0
  78. data/_sass/medium/layout/_header.scss +0 -0
  79. data/_sass/medium/layout/_page-wrapper.scss +0 -0
  80. data/_sass/medium/layout/_wrapper.scss +0 -0
  81. data/_sass/medium.scss +47 -0
  82. data/_sass/noscript.scss +12 -12
  83. data/_sass/short/base/_page.scss +0 -0
  84. data/_sass/short/base/_reset.scss +0 -0
  85. data/_sass/short/base/_typography.scss +0 -0
  86. data/_sass/short/components/_actions.scss +0 -0
  87. data/_sass/short/components/_button.scss +0 -0
  88. data/_sass/short/components/_contact-icons.scss +0 -0
  89. data/_sass/short/components/_cookieconsent.scss +403 -0
  90. data/_sass/short/components/_form.scss +1 -0
  91. data/_sass/short/components/_gallery.scss +0 -0
  92. data/_sass/short/components/_grid-icons.scss +0 -0
  93. data/_sass/short/components/_icon.scss +0 -0
  94. data/_sass/short/components/_icons.scss +0 -0
  95. data/_sass/short/components/_image.scss +0 -0
  96. data/_sass/short/components/_list.scss +0 -0
  97. data/_sass/short/components/_panel-banner.scss +0 -0
  98. data/_sass/short/components/_panel-spotlight.scss +0 -0
  99. data/_sass/short/components/_panel.scss +0 -0
  100. data/_sass/short/components/_table.scss +0 -0
  101. data/_sass/short/layout/_footer.scss +0 -0
  102. data/_sass/short/layout/_header.scss +0 -0
  103. data/_sass/short/layout/_page-wrapper.scss +9 -0
  104. data/_sass/short/layout/_wrapper.scss +0 -0
  105. data/_sass/short.scss +48 -0
  106. data/_sass/small/base/_page.scss +17 -0
  107. data/_sass/small/base/_reset.scss +0 -0
  108. data/_sass/small/base/_typography.scss +67 -0
  109. data/_sass/small/components/_actions.scss +0 -0
  110. data/_sass/small/components/_button.scss +0 -0
  111. data/_sass/small/components/_contact-icons.scss +0 -0
  112. data/_sass/small/components/_cookieconsent.scss +403 -0
  113. data/_sass/small/components/_form.scss +27 -0
  114. data/_sass/small/components/_gallery.scss +38 -0
  115. data/_sass/small/components/_grid-icons.scss +29 -0
  116. data/_sass/small/components/_icon.scss +0 -0
  117. data/_sass/small/components/_icons.scss +0 -0
  118. data/_sass/small/components/_image.scss +0 -0
  119. data/_sass/small/components/_list.scss +0 -0
  120. data/_sass/small/components/_panel-banner.scss +37 -0
  121. data/_sass/small/components/_panel-spotlight.scss +18 -0
  122. data/_sass/small/components/_panel.scss +80 -0
  123. data/_sass/small/components/_table.scss +0 -0
  124. data/_sass/small/layout/_footer.scss +34 -0
  125. data/_sass/small/layout/_header.scss +0 -0
  126. data/_sass/small/layout/_page-wrapper.scss +12 -0
  127. data/_sass/small/layout/_wrapper.scss +26 -0
  128. data/_sass/small.scss +49 -0
  129. data/assets/css/cookieconsent.css +404 -0
  130. data/assets/css/fontawesome-all.min.css +1 -1
  131. data/assets/css/large.scss +5 -0
  132. data/assets/css/mapbox-gl.panel.css +27 -0
  133. data/assets/css/medium.scss +5 -0
  134. data/assets/css/short.scss +5 -0
  135. data/assets/css/small.scss +5 -0
  136. data/assets/js/cookieconsent.style.min.js +1 -0
  137. data/assets/js/{mapbox-gl.js → mapbox-gl.min.js} +0 -0
  138. metadata +124 -25
  139. data/_sass/base/_page.scss +0 -117
  140. data/_sass/base/_reset.scss +0 -76
  141. data/_sass/base/_typography.scss +0 -271
  142. data/_sass/components/_actions.scss +0 -63
  143. data/_sass/components/_button.scss +0 -154
  144. data/_sass/components/_contact-icons.scss +0 -72
  145. data/_sass/components/_form.scss +0 -279
  146. data/_sass/components/_gallery.scss +0 -218
  147. data/_sass/components/_grid-icons.scss +0 -166
  148. data/_sass/components/_icon.scss +0 -33
  149. data/_sass/components/_icons.scss +0 -28
  150. data/_sass/components/_image.scss +0 -169
  151. data/_sass/components/_list.scss +0 -56
  152. data/_sass/components/_panel-banner.scss +0 -90
  153. data/_sass/components/_panel-spotlight.scss +0 -81
  154. data/_sass/components/_panel.scss +0 -300
  155. data/_sass/components/_table.scss +0 -81
  156. data/_sass/layout/_footer.scss +0 -49
  157. data/_sass/layout/_header.scss +0 -37
  158. data/_sass/layout/_page-wrapper.scss +0 -43
  159. data/_sass/layout/_wrapper.scss +0 -118
@@ -1,72 +0,0 @@
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
- /* Contact Icons */
8
-
9
- ul.contact-icons {
10
- list-style: none;
11
- padding-left: 0;
12
-
13
- > li {
14
- margin: 1.25rem 0 0 0;
15
- padding-left: 0;
16
-
17
- &:before {
18
- display: inline-block;
19
- width: 2.25rem;
20
- height: 2.25rem;
21
- line-height: 2.25rem;
22
- border-radius: 2.25rem;
23
- background-color: rgba(_palette(fg-bold), 1);
24
- color: _palette(bg);
25
- cursor: default;
26
- font-size: 1.125rem;
27
- margin-right: 1rem;
28
- text-align: center;
29
- vertical-align: middle;
30
-
31
- body.is-ie & {
32
- line-height: 2.125;
33
- }
34
- }
35
-
36
- a {
37
- border-bottom: 0;
38
- }
39
- }
40
-
41
- &.color1 {
42
- > li {
43
- &:before {
44
- color: _palette(accent1);
45
- }
46
- }
47
- }
48
-
49
- &.color2 {
50
- > li {
51
- &:before {
52
- color: _palette(accent2);
53
- }
54
- }
55
- }
56
-
57
- &.color3 {
58
- > li {
59
- &:before {
60
- color: _palette(accent3);
61
- }
62
- }
63
- }
64
-
65
- &.color4 {
66
- > li {
67
- &:before {
68
- color: _palette(accent4);
69
- }
70
- }
71
- }
72
- }
@@ -1,279 +0,0 @@
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
- /* Form */
8
-
9
- form {
10
- margin: 0 0 _size(element-margin) 0;
11
-
12
- > :last-child {
13
- margin-bottom: 0;
14
- }
15
-
16
- > .fields {
17
- $gutter: (_size(element-margin) * 1);
18
-
19
- @include vendor('display', 'flex');
20
- @include vendor('flex-wrap', 'wrap');
21
- width: calc(100% + #{$gutter * 2});
22
- margin: ($gutter * -1) 0 _size(element-margin) ($gutter * -1);
23
-
24
- > .field {
25
- @include vendor('flex-grow', '0');
26
- @include vendor('flex-shrink', '0');
27
- padding: $gutter 0 0 $gutter;
28
- width: calc(100% - #{$gutter * 1});
29
-
30
- &.half {
31
- width: calc(50% - #{$gutter * 0.5});
32
- }
33
-
34
- &.third {
35
- width: calc(#{100% / 3} - #{$gutter * (1 / 3)});
36
- }
37
-
38
- &.quarter {
39
- width: calc(25% - #{$gutter * 0.25});
40
- }
41
- }
42
- }
43
-
44
- @include breakpoint('<=small') {
45
- > .fields {
46
- $gutter: (_size(element-margin) * 0.75);
47
-
48
- width: calc(100% + #{$gutter * 2});
49
- margin: ($gutter * -1) 0 _size(element-margin) ($gutter * -1);
50
-
51
- > .field {
52
- padding: $gutter 0 0 $gutter;
53
- width: calc(100% - #{$gutter * 1});
54
-
55
- &.half {
56
- width: calc(100% - #{$gutter * 1});
57
- }
58
-
59
- &.third {
60
- width: calc(100% - #{$gutter * 1});
61
- }
62
-
63
- &.quarter {
64
- width: calc(100% - #{$gutter * 1});
65
- }
66
- }
67
- }
68
- }
69
- }
70
-
71
- label {
72
- color: _palette(fg-bold);
73
- display: block;
74
- font-family: _font(family-heading);
75
- font-size: 0.8rem;
76
- font-weight: _font(weight-heading);
77
- margin: 0 0 (_size(element-margin) * 0.325) 0;
78
- }
79
-
80
- input[type="text"],
81
- input[type="password"],
82
- input[type="email"],
83
- input[type="tel"],
84
- select,
85
- textarea {
86
- @include vendor('appearance', 'none');
87
- background: transparent;
88
- border: solid 2px _palette(border);
89
- border-radius: _size(border-radius);
90
- color: inherit;
91
- display: block;
92
- outline: 0;
93
- padding: 0 0.75rem;
94
- text-decoration: none;
95
- width: 100%;
96
-
97
- &:invalid {
98
- box-shadow: none;
99
- }
100
-
101
- &:focus {
102
- border-color: _palette(accent3);
103
- }
104
- }
105
-
106
- option {
107
- background-color: _palette(fg-bold);
108
- color: _palette(bg);
109
- }
110
-
111
- select {
112
- background-image: svg-url("<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'><path d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='#{_palette(border)}' /></svg>");
113
- background-size: 1.25rem;
114
- background-repeat: no-repeat;
115
- background-position: calc(100% - 1rem) center;
116
- height: _size(element-height);
117
- padding-right: _size(element-height);
118
- text-overflow: ellipsis;
119
-
120
- option {
121
- color: _palette(fg-bold);
122
- background: _palette(bg);
123
- }
124
-
125
- &:focus {
126
- &::-ms-value {
127
- background-color: transparent;
128
- }
129
- }
130
-
131
- &::-ms-expand {
132
- display: none;
133
- }
134
- }
135
-
136
- input[type="text"],
137
- input[type="password"],
138
- input[type="email"],
139
- select {
140
- height: _size(element-height);
141
- }
142
-
143
- textarea {
144
- padding: 0.75rem 1rem;
145
- }
146
-
147
- input[type="checkbox"],
148
- input[type="radio"], {
149
- @include vendor('appearance', 'none');
150
- display: block;
151
- float: left;
152
- margin-right: -2rem;
153
- opacity: 0;
154
- width: 1rem;
155
- z-index: -1;
156
-
157
- & + label {
158
- @include icon(false, solid);
159
- position: relative;
160
- color: _palette(fg);
161
- cursor: pointer;
162
- display: inline-block;
163
- font-size: 1rem;
164
- font-weight: _font(weight);
165
- margin-bottom: 0;
166
- padding-left: (_size(element-height) * 0.6) + 1rem;
167
- padding-right: 1rem;
168
-
169
- &:before {
170
- content: '';
171
- display: inline-block;
172
- font-size: 0.8rem;
173
- position: absolute;
174
- top: 0;
175
- left: 0;
176
- width: (_size(element-height) * 0.675);
177
- height: (_size(element-height) * 0.675);
178
- line-height: (_size(element-height) * 0.675);
179
- background: _palette(border-bg);
180
- border: solid 1px _palette(border);
181
- border-radius: _size(border-radius);
182
- color: _palette(bg);
183
- text-align: center;
184
-
185
- body.is-ie & {
186
- line-height: 1.5;
187
- }
188
- }
189
- }
190
-
191
- &:checked + label {
192
- &:before {
193
- content: '\f00c';
194
- background: _palette(fg-bold);
195
- border-color: _palette(fg-bold);
196
- }
197
- }
198
-
199
- &:focus + label {
200
- &:before {
201
- border-color: _palette(accent3);
202
- box-shadow: 0 0 0 1px _palette(accent3);
203
- }
204
- }
205
-
206
- &:focus:checked + label {
207
- &:before {
208
- background: _palette(accent3);
209
- }
210
- }
211
-
212
- &.color1 {
213
- & + label {
214
- &:before {
215
- color: _palette(accent1);
216
- }
217
- }
218
- }
219
-
220
- &.color2 {
221
- & + label {
222
- &:before {
223
- color: _palette(accent2);
224
- }
225
- }
226
- }
227
-
228
- &.color3 {
229
- & + label {
230
- &:before {
231
- color: _palette(accent3);
232
- }
233
- }
234
- }
235
-
236
- &.color4 {
237
- & + label {
238
- &:before {
239
- color: _palette(accent4);
240
- }
241
- }
242
- }
243
- }
244
-
245
- input[type="checkbox"] {
246
- & + label {
247
- &:before {
248
- border-radius: _size(border-radius);
249
- }
250
- }
251
- }
252
-
253
- input[type="radio"] {
254
- & + label {
255
- &:before {
256
- border-radius: 100%;
257
- }
258
- }
259
- }
260
-
261
- ::-webkit-input-placeholder {
262
- color: _palette(fg-light) !important;
263
- opacity: 1.0;
264
- }
265
-
266
- :-moz-placeholder {
267
- color: _palette(fg-light) !important;
268
- opacity: 1.0;
269
- }
270
-
271
- ::-moz-placeholder {
272
- color: _palette(fg-light) !important;
273
- opacity: 1.0;
274
- }
275
-
276
- :-ms-input-placeholder {
277
- color: _palette(fg-light) !important;
278
- opacity: 1.0;
279
- }
@@ -1,218 +0,0 @@
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
- /* Gallery */
8
-
9
- $pad: _size(pad);
10
- $pad-small-tb: _size(pad-small-tb);
11
- $pad-small-lr: _size(pad-small-lr);
12
-
13
- @include keyframes('gallery-modal-spinner') {
14
- 0% {
15
- @include vendor('transform', 'rotate(0deg)');
16
- }
17
-
18
- 100% {
19
- @include vendor('transform', 'rotate(360deg)');
20
- }
21
- }
22
-
23
- .gallery {
24
- @include vendor('align-items', 'stretch');
25
- @include vendor('display', 'flex');
26
- height: 100%;
27
-
28
- > * {
29
- width: 20rem;
30
- height: 100%;
31
- }
32
-
33
- .image {
34
- display: block;
35
- position: relative;
36
- border-bottom: 0;
37
- overflow: hidden;
38
-
39
- img {
40
- @include vendor('transition', 'transform #{_duration(transition)} ease-in-out');
41
- }
42
-
43
- &:after {
44
- @include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');
45
- }
46
-
47
- &:hover {
48
- img {
49
- @include vendor('transform', 'scale(1.025)');
50
- }
51
-
52
- &:after {
53
- opacity: 0;
54
- }
55
- }
56
- }
57
-
58
- .group {
59
- @include vendor('display', 'flex');
60
- @include vendor('flex-wrap', 'wrap');
61
-
62
- > * {
63
- height: 50%;
64
- }
65
- }
66
-
67
- .modal {
68
- @include vendor('display', 'flex');
69
- @include vendor('align-items', 'center');
70
- @include vendor('justify-content', 'center');
71
- @include vendor('pointer-events', 'none');
72
- @include vendor('user-select', 'none');
73
- @include vendor('transition', (
74
- 'opacity #{_duration(gallery-lightbox-fadein)} ease',
75
- 'visibility #{_duration(gallery-lightbox-fadein)}',
76
- 'z-index #{_duration(gallery-lightbox-fadein)}'
77
- ));
78
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
79
- position: fixed;
80
- top: 0;
81
- left: 0;
82
- width: 100%;
83
- height: 100%;
84
- background-color: transparentize(_palette(bg), 1 - _misc(gallery-lightbox-opacity));
85
- opacity: 0;
86
- outline: 0;
87
- visibility: none;
88
- z-index: 0;
89
-
90
- &:before {
91
- @include vendor('animation', 'gallery-modal-spinner 1s infinite linear');
92
- @include vendor('transition', 'opacity #{_duration(gallery-lightbox-fadein) * 0.5} ease');
93
- @include vendor('transition-delay', '#{_duration(gallery-lightbox-fadein)}');
94
- content: '';
95
- display: block;
96
- position: absolute;
97
- top: 50%;
98
- left: 50%;
99
- width: 4rem;
100
- height: 4rem;
101
- margin: -2rem 0 0 -2rem;
102
- background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="96px" viewBox="0 0 96 96" zoomAndPan="disable"><style>circle {fill: transparent; stroke: #{_palette(fg-bold)}; stroke-width: 1.5px; }</style><defs><clipPath id="corner"><polygon points="0,0 48,0 48,48 96,48 96,96 0,96" /></clipPath></defs><g clip-path="url(#corner)"><circle cx="48" cy="48" r="32"/></g></svg>');
103
- background-position: center;
104
- background-repeat: no-repeat;
105
- background-size: 4rem;
106
- opacity: 0;
107
- }
108
-
109
- &:after {
110
- content: '';
111
- display: block;
112
- position: absolute;
113
- top: 0.5rem;
114
- right: 0.5rem;
115
- width: 4rem;
116
- height: 4rem;
117
- background-image: svg-url('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" zoomAndPan="disable"><style>line {stroke: #{_palette(fg-bold)};stroke-width: 1.5px;}</style><line x1="20" y1="20" x2="44" y2="44" /><line x1="20" y1="44" x2="44" y2="20" /></svg>');
118
- background-position: center;
119
- background-repeat: no-repeat;
120
- background-size: 3rem;
121
- cursor: pointer;
122
- }
123
-
124
- .inner {
125
- @include vendor('transform', 'translateY(0.75rem)');
126
- @include vendor('transition', (
127
- 'opacity #{_duration(gallery-lightbox-fadein) * 0.5} ease',
128
- 'transform #{_duration(gallery-lightbox-fadein) * 0.5} ease'
129
- ));
130
- opacity: 0;
131
-
132
- img {
133
- display: block;
134
- max-width: 90vw;
135
- max-height: 85vh;
136
- box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
137
- }
138
- }
139
-
140
- &.visible {
141
- @include vendor('pointer-events', 'auto');
142
- opacity: 1;
143
- visibility: visible;
144
- z-index: _misc(z-index-base) + 1000;
145
-
146
- &:before {
147
- opacity: 1;
148
- }
149
- }
150
-
151
- &.loaded {
152
- .inner {
153
- @include vendor('transform', 'translateY(0)');
154
- @include vendor('transition', (
155
- 'opacity #{_duration(gallery-lightbox-fadein)} ease',
156
- 'transform #{_duration(gallery-lightbox-fadein)} ease'
157
- ));
158
- opacity: 1;
159
- }
160
-
161
- &:before {
162
- @include vendor('transition-delay', '0s');
163
- opacity: 0;
164
- }
165
- }
166
- }
167
- }
168
-
169
- @include breakpoint('<=medium') {
170
- .gallery {
171
- .modal {
172
- .inner {
173
- img {
174
- max-width: 100vw;
175
- }
176
- }
177
- }
178
- }
179
- }
180
-
181
- @include breakpoint('<=small') {
182
- .gallery {
183
- @include vendor('flex-direction', 'column');
184
- height: auto;
185
-
186
- > * {
187
- height: auto;
188
- width: 100%;
189
- }
190
-
191
- .image {
192
- width: 100%;
193
- height: 40rem;
194
- }
195
-
196
- .group {
197
- @include spans(33.33333%);
198
-
199
- .image {
200
- height: 20rem;
201
- }
202
- }
203
- }
204
- }
205
-
206
- @include breakpoint('<=xsmall') {
207
- .gallery {
208
- .image {
209
- height: 30rem;
210
- }
211
-
212
- .group {
213
- .image {
214
- height: 12.5rem;
215
- }
216
- }
217
- }
218
- }
@@ -1,166 +0,0 @@
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
- /* Grid Icons */
8
-
9
- ul.grid-icons {
10
- @include vendor('display', 'flex');
11
- @include vendor('flex-wrap', 'wrap');
12
- @include vendor('justify-content', 'center');
13
- list-style: none;
14
- margin: 0 0 _size(element-margin) 0;
15
- padding-left: 0;
16
-
17
- .icon {
18
- display: block;
19
- position: relative;
20
- width: 100%;
21
- text-align: center;
22
-
23
- &:before {
24
- display: block;
25
- width: 6rem;
26
- height: 6rem;
27
- line-height: 6rem;
28
- border-radius: 6rem;
29
- box-shadow: inset 0 0 0 2px _palette(border);
30
- font-size: 2.5rem;
31
- margin: 0 auto;
32
- text-align: center;
33
-
34
- body.is-ie & {
35
- line-height: 2.375;
36
- }
37
- }
38
- }
39
-
40
- > li {
41
- @include vendor('flex-grow', '0');
42
- @include vendor('flex-shrink', '0');
43
- position: relative;
44
- margin: 1.5rem 0 0 1.5rem;
45
- padding-left: 0;
46
- }
47
-
48
- &.connected {
49
- > li {
50
- &:before {
51
- content: '';
52
- display: block;
53
- position: absolute;
54
- width: 1.5rem;
55
- height: 2px;
56
- top: 50%;
57
- left: -1.5rem;
58
- background-color: _palette(border);
59
- }
60
-
61
- &:after {
62
- content: '';
63
- display: block;
64
- position: absolute;
65
- width: 2px;
66
- height: 1.5rem;
67
- top: -1.5rem;
68
- left: 50%;
69
- background-color: _palette(border);
70
- }
71
- }
72
- }
73
-
74
- &.two {
75
- width: 14rem;
76
-
77
- > li {
78
- &:nth-child(-n + 2) {
79
- margin-top: 0;
80
-
81
- &:after {
82
- display: none;
83
- }
84
- }
85
-
86
- &:nth-child(2n - 1) {
87
- margin-left: 0;
88
-
89
- &:before {
90
- display: none;
91
- }
92
- }
93
- }
94
- }
95
-
96
- &.three {
97
- width: 21.5rem;
98
-
99
- > li {
100
- &:nth-child(-n + 3) {
101
- margin-top: 0;
102
-
103
- &:after {
104
- display: none;
105
- }
106
- }
107
-
108
- &:nth-child(3n - 2) {
109
- margin-left: 0;
110
-
111
- &:before {
112
- display: none;
113
- }
114
- }
115
- }
116
- }
117
-
118
- &.four {
119
- width: 29rem;
120
-
121
- > li {
122
- &:nth-child(-n + 4) {
123
- margin-top: 0;
124
-
125
- &:after {
126
- display: none;
127
- }
128
- }
129
-
130
- &:nth-child(4n - 3) {
131
- margin-left: 0;
132
-
133
- &:before {
134
- display: none;
135
- }
136
- }
137
- }
138
- }
139
-
140
- @include breakpoint('<=small') {
141
- @include vendor('justify-content', 'flex-start');
142
- width: 100% !important;
143
- margin: -1rem 0 _size(element-margin) -1rem;
144
-
145
- .icon {
146
- &:before {
147
- width: 4.5rem;
148
- height: 4.5rem;
149
- line-height: 4.5rem;
150
- font-size: 1.75rem;
151
- }
152
- }
153
-
154
- > li {
155
- margin: 1rem 0 0 1rem !important;
156
-
157
- &:before {
158
- display: none !important;
159
- }
160
-
161
- &:after {
162
- display: none !important;
163
- }
164
- }
165
- }
166
- }