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
@@ -0,0 +1,224 @@
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
+ /* Panel */
8
+
9
+ $pad: _size(pad);
10
+ $pad-small-tb: _size(pad-small-tb);
11
+ $pad-small-lr: _size(pad-small-lr);
12
+
13
+ @mixin panel-colors {
14
+ $opacity: 0.175;
15
+ $darken: 3;
16
+ $desaturate: 3;
17
+
18
+ &.color0 {
19
+ @include gradient-background(false, 1, 20%, 60%);
20
+ }
21
+
22
+ &.color1 {
23
+ @include gradient-background;
24
+ background-color: _palette(accent1);
25
+ }
26
+
27
+ &.color2 {
28
+ @include gradient-background;
29
+ background-color: _palette(accent2);
30
+ }
31
+
32
+ &.color3 {
33
+ @include gradient-background;
34
+ background-color: desaturate(darken(_palette(accent3), 9), 9);
35
+ }
36
+
37
+ &.color4 {
38
+ @include gradient-background;
39
+ background-color: _palette(accent4);
40
+ }
41
+
42
+ &.color1-alt {
43
+ @include gradient-background(false, $opacity);
44
+ background-color: desaturate(darken(_palette(accent1), $darken), $desaturate);
45
+ }
46
+
47
+ &.color2-alt {
48
+ @include gradient-background(false, $opacity);
49
+ background-color: desaturate(darken(_palette(accent2), $darken), $desaturate);
50
+ }
51
+
52
+ &.color3-alt {
53
+ @include gradient-background(false, $opacity);
54
+ background-color: desaturate(darken(_palette(accent3), 12), 12);
55
+ }
56
+
57
+ &.color4-alt {
58
+ @include gradient-background(false, $opacity);
59
+ background-color: desaturate(darken(_palette(accent4), $darken), $desaturate);
60
+ }
61
+ }
62
+
63
+ .panel {
64
+ @include vendor('display', 'flex');
65
+ @include vendor('flex-grow', '0');
66
+ @include vendor('flex-shrink', '0');
67
+ @include vendor('justify-content', 'center');
68
+ @include vendor('align-items', 'stretch');
69
+ height: 100%;
70
+ overflow-x: hidden;
71
+ overflow-y: auto;
72
+
73
+ > * {
74
+ position: relative;
75
+ min-width: 10rem;
76
+
77
+ @include panel-colors;
78
+ }
79
+
80
+ > .intro {
81
+ @include padding($pad, $pad);
82
+ @include vendor('display', 'flex');
83
+ @include vendor('flex-grow', '0');
84
+ @include vendor('flex-shrink', '0');
85
+ @include vendor('justify-content', 'center');
86
+ @include vendor('align-items', 'flex-start');
87
+ @include vendor('flex-direction', 'column');
88
+ width: 22rem;
89
+
90
+ &.joined {
91
+ width: (22rem - $pad);
92
+ padding-right: 0;
93
+
94
+ & + .inner {
95
+ padding-left: ($pad * 0.75);
96
+ }
97
+ }
98
+ }
99
+
100
+ > .inner {
101
+ @include padding($pad, $pad);
102
+ @include vendor('display', 'flex');
103
+ @include vendor('flex-grow', '1');
104
+ @include vendor('flex-shrink', '1');
105
+ @include vendor('justify-content', 'center');
106
+ @include vendor('align-items', 'flex-start');
107
+ @include vendor('flex-direction', 'column');
108
+ position: relative;
109
+ width: 100%;
110
+
111
+ &.columns {
112
+ @include vendor('display', 'flex');
113
+ @include vendor('justify-content', 'center');
114
+ @include vendor('align-items', 'center');
115
+ @include vendor('flex-direction', 'row');
116
+
117
+ > * {
118
+ @include vendor('flex-grow', '0');
119
+ @include vendor('flex-shrink', '0');
120
+ margin-left: $pad;
121
+ }
122
+
123
+ > :first-child {
124
+ margin-left: 0;
125
+ }
126
+
127
+ &.divided {
128
+ > * {
129
+ margin-left: ($pad * 2);
130
+
131
+ &:before {
132
+ content: '';
133
+ position: absolute;
134
+ top: $pad;
135
+ width: 2px;
136
+ height: calc(100% - #{$pad * 2});
137
+ margin-left: ($pad * -1);
138
+ background-color: _palette(border);
139
+ }
140
+ }
141
+
142
+ > :first-child {
143
+ margin-left: 0;
144
+
145
+ &:before {
146
+ display: none;
147
+ }
148
+ }
149
+ }
150
+
151
+ &.aligned {
152
+ @include vendor('align-items', 'flex-start');
153
+ }
154
+ }
155
+ }
156
+
157
+ @include spans(_size(span-fixed));
158
+
159
+ &.small {
160
+ width: 35rem;
161
+ }
162
+
163
+ &.medium {
164
+ width: 50rem;
165
+ }
166
+
167
+ &.large {
168
+ width: 65rem;
169
+ }
170
+
171
+ &.small,
172
+ &.medium,
173
+ &.large {
174
+ @include spans(_size(span-variable));
175
+ }
176
+
177
+ @include panel-colors;
178
+ }
179
+
180
+ @mixin panel-colors-small {
181
+ $opacity: 0.175;
182
+ $darken: 3;
183
+ $desaturate: 3;
184
+
185
+ &.color1 {
186
+ @include gradient-background-small;
187
+ background-color: _palette(accent1);
188
+ }
189
+
190
+ &.color2 {
191
+ @include gradient-background-small;
192
+ background-color: _palette(accent2);
193
+ }
194
+
195
+ &.color3 {
196
+ @include gradient-background-small;
197
+ background-color: _palette(accent3);
198
+ }
199
+
200
+ &.color4 {
201
+ @include gradient-background-small;
202
+ background-color: _palette(accent4);
203
+ }
204
+
205
+ &.color1-alt {
206
+ @include gradient-background-small(false, $opacity);
207
+ background-color: desaturate(darken(_palette(accent1), $darken), $desaturate);
208
+ }
209
+
210
+ &.color2-alt {
211
+ @include gradient-background-small(false, $opacity);
212
+ background-color: desaturate(darken(_palette(accent2), $darken), $desaturate);
213
+ }
214
+
215
+ &.color3-alt {
216
+ @include gradient-background-small(false, $opacity);
217
+ background-color: desaturate(darken(_palette(accent3), $darken), $desaturate);
218
+ }
219
+
220
+ &.color4-alt {
221
+ @include gradient-background-small(false, $opacity);
222
+ background-color: desaturate(darken(_palette(accent4), $darken), $desaturate);
223
+ }
224
+ }
@@ -0,0 +1,81 @@
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
+ /* Table */
8
+
9
+ .table-wrapper {
10
+ -webkit-overflow-scrolling: touch;
11
+ overflow-x: auto;
12
+ }
13
+
14
+ table {
15
+ margin: 0 0 _size(element-margin) 0;
16
+ width: 100%;
17
+
18
+ tbody {
19
+ tr {
20
+ border: solid 1px _palette(border);
21
+ border-left: 0;
22
+ border-right: 0;
23
+
24
+ &:nth-child(2n + 1) {
25
+ background-color: _palette(border-bg);
26
+ }
27
+ }
28
+ }
29
+
30
+ td {
31
+ padding: 0.75rem 0.75rem;
32
+ }
33
+
34
+ th {
35
+ color: _palette(fg-bold);
36
+ font-size: 0.9rem;
37
+ font-weight: _font(weight-bold);
38
+ padding: 0 0.75rem 0.75rem 0.75rem;
39
+ text-align: left;
40
+ }
41
+
42
+ thead {
43
+ border-bottom: solid 2px _palette(border);
44
+ }
45
+
46
+ tfoot {
47
+ border-top: solid 2px _palette(border);
48
+ }
49
+
50
+ &.alt {
51
+ border-collapse: separate;
52
+
53
+ tbody {
54
+ tr {
55
+ td {
56
+ border: solid 1px _palette(border);
57
+ border-left-width: 0;
58
+ border-top-width: 0;
59
+
60
+ &:first-child {
61
+ border-left-width: 1px;
62
+ }
63
+ }
64
+
65
+ &:first-child {
66
+ td {
67
+ border-top-width: 1px;
68
+ }
69
+ }
70
+ }
71
+ }
72
+
73
+ thead {
74
+ border-bottom: 0;
75
+ }
76
+
77
+ tfoot {
78
+ border-top: 0;
79
+ }
80
+ }
81
+ }
@@ -0,0 +1,30 @@
1
+ /* Header */
2
+
3
+ #footer {
4
+ z-index: 1000;
5
+ position: fixed;
6
+ bottom: 0;
7
+ right: 0;
8
+ width: 100%;
9
+ margin: 0;
10
+ padding: 0;
11
+ @include vendor('display', 'flex');
12
+ @include vendor('justify-content', 'space-between');
13
+ color: _palette(accent4);
14
+
15
+ .copyright {
16
+ li {
17
+ display: inline-block;
18
+ margin-left: 1em;
19
+ padding-left: 1em;
20
+ border-left: solid 1px rgba(255, 255, 255, 0.25);
21
+ line-height: 1em;
22
+
23
+ &:first-child {
24
+ border-left: 0;
25
+ margin-left: 0;
26
+ padding-left: 0;
27
+ }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,35 @@
1
+ #language-selector {
2
+ z-index: 10002;
3
+ position: fixed;
4
+ top: 0;
5
+ right: 0;
6
+ text-align: right;
7
+ color: _palette(accent4);
8
+
9
+ li {
10
+ display: inline-block;
11
+ margin: 0;
12
+ margin-right: 1em;
13
+ padding: 0 1em 0 0;
14
+
15
+ &:last-child {
16
+ padding-right: 0;
17
+ }
18
+
19
+ .icon {
20
+ color: inherit;
21
+
22
+ &:before {
23
+ font-size: 1.25em;
24
+ }
25
+ }
26
+ }
27
+
28
+ a {
29
+ border: none;
30
+ }
31
+
32
+ .en:lang(en), .fr:lang(fr), .de:lang(de){
33
+ font-weight: bold;
34
+ }
35
+ }
@@ -0,0 +1,22 @@
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
+ /* Page Wrapper */
8
+
9
+ #page-wrapper {
10
+ @include vendor('display', 'flex');
11
+ @include vendor('align-items', 'center');
12
+ @include vendor('justify-content', 'flex-start');
13
+ @include vendor('flex-grow', '1');
14
+ @include vendor('flex-shrink', '1');
15
+ height: 100%;
16
+ padding: 5rem;
17
+
18
+ @include orientation(portrait) {
19
+ padding-left: 2rem;
20
+ padding-right: 2rem;
21
+ }
22
+ }
@@ -0,0 +1,85 @@
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
+ /* Wrapper */
8
+
9
+ #wrapper {
10
+ @include vendor('display', 'flex');
11
+ @include vendor('flex-direction', 'row');
12
+ @include vendor('transition', (
13
+ 'opacity 1s ease-out',
14
+ 'transform 0.75s ease-out'
15
+ ));
16
+ @include vendor('transition-delay', '0.25s');
17
+ cursor: default;
18
+ position: relative;
19
+ height: 32rem;
20
+ box-shadow: 0 2rem 4rem 0.25rem transparentize(_palette(bg), 0.425);
21
+
22
+ > .scrollZone {
23
+ position: fixed;
24
+ width: 6rem;
25
+ height: inherit;
26
+ cursor: -moz-grab;
27
+ cursor: -webkit-grab;
28
+ cursor: -ms-grab;
29
+ cursor: grab;
30
+ z-index: _misc(z-index-base) + 100;
31
+
32
+ &.left {
33
+ left: 0;
34
+ }
35
+
36
+ &.right {
37
+ right: 0;
38
+ }
39
+ }
40
+
41
+ > .copyright {
42
+ position: absolute;
43
+ bottom: -3rem;
44
+ right: 0;
45
+ font-size: 0.8rem;
46
+ color: transparentize(_palette(bg), 0.625);
47
+ margin-bottom: 0;
48
+
49
+ a {
50
+ &:hover {
51
+ color: inherit;
52
+ }
53
+ }
54
+ }
55
+
56
+ &.is-dragging {
57
+ @include vendor('user-select', 'none');
58
+ cursor: -moz-grab;
59
+ cursor: -webkit-grab;
60
+ cursor: -ms-grab;
61
+ cursor: grab;
62
+
63
+ * {
64
+ @include vendor('user-select', 'none');
65
+ }
66
+
67
+ *:not(a, .image) {
68
+ cursor: -moz-grab;
69
+ cursor: -webkit-grab;
70
+ cursor: -ms-grab;
71
+ cursor: grab;
72
+ }
73
+ }
74
+
75
+ &.is-dragged {
76
+ * {
77
+ @include vendor('pointer-events', 'none');
78
+ }
79
+ }
80
+
81
+ body.is-preload & {
82
+ @include vendor('transform', 'translateX(2rem)');
83
+ opacity: 0;
84
+ }
85
+ }
data/_sass/main.scss CHANGED
@@ -3,133 +3,39 @@
3
3
  @import 'libs/mixins';
4
4
  @import 'libs/vendor';
5
5
  @import 'libs/breakpoints';
6
- @import 'fontawesome-all.min.css';
7
- @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");
8
6
 
9
7
  /*
10
- Ethereal by HTML5 UP
11
- html5up.net | @ajlkn
12
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
8
+ Ethereal by HTML5 UP
9
+ html5up.net | @ajlkn
10
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
13
11
  */
14
12
 
15
- // Breakpoints.
16
-
17
- @include breakpoints((
18
- xlarge: ( 1281px, 1680px ),
19
- large: ( 981px, 1280px ),
20
- medium: ( 737px, 980px ),
21
- small: ( 481px, 736px ),
22
- xsmall: ( 361px, 480px ),
23
- xxsmall: ( null, 360px ),
24
- short: '(min-aspect-ratio: 16/7)',
25
- xshort: '(min-aspect-ratio: 16/6)'
26
- ));
27
-
28
- // Mixins.
29
-
30
- @mixin gradient-background($tint: false, $opacity: 0.25, $stop1: 25%, $stop2: 50%, $angle: 45deg) {
31
- $background-image: (
32
- url('./images/overlay.png'),
33
- linear-gradient($angle, transparentize(_palette(accent1), (1 - $opacity)) $stop1, transparentize(_palette(accent2), (1 - $opacity)) $stop2, transparentize(_palette(accent3), (1 - $opacity)))
34
- );
35
-
36
- $background-size: (
37
- 128px 128px,
38
- auto
39
- );
40
-
41
- @if ($tint) {
42
- $x: linear-gradient(0deg, rgba(0,0,0,0.125), rgba(0,0,0,0.125));
43
- $y: auto;
44
- $background-image: append($background-image, $x);
45
- $background-size: append($background-size, $y);
46
- }
47
-
48
- background-image: $background-image;
49
- background-size: $background-size;
50
- }
51
-
52
- @mixin gradient-background-small($tint: false, $opacity: 0.25, $stop1: 25%, $stop2: 50%) {
53
- @include gradient-background($tint, $opacity, $stop1, $stop2, 135deg);
54
- }
55
-
56
- @mixin spans($x) {
57
- @for $i from 0 through 10 {
58
-
59
- @if ($i > 0) {
60
- .span-#{$i} {
61
- width: ($x * $i);
62
- }
63
- }
64
-
65
- @if ($i < 10) {
66
- .span-#{$i}-25 {
67
- width: ($x * $i) + ($x * 0.25);
68
- }
69
-
70
- .span-#{$i}-5 {
71
- width: ($x * $i) + ($x * 0.5);
72
- }
73
-
74
- .span-#{$i}-75 {
75
- width: ($x * $i) + ($x * 0.75);
76
- }
77
- }
78
- }
79
- }
80
-
81
- @mixin spans-small($x) {
82
- @for $i from 0 through 10 {
83
-
84
- @if ($i > 0) {
85
- .span-#{$i} {
86
- width: 100%;
87
- }
88
- }
89
-
90
- @if ($i < 10) {
91
- .span-#{$i}-25 {
92
- width: 100%;
93
- }
94
-
95
- .span-#{$i}-5 {
96
- width: 100%;
97
- }
98
-
99
- .span-#{$i}-75 {
100
- width: 100%;
101
- }
102
- }
103
- }
104
- }
105
-
106
13
  // Base.
107
14
 
108
- @import 'base/reset';
109
- @import 'base/page';
110
- @import 'base/typography';
15
+ @import 'main/base/reset';
16
+ @import 'main/base/page';
17
+ @import 'main/base/typography';
111
18
 
112
19
  // Component.
113
20
 
114
- @import 'components/cookieconsent';
115
- @import 'components/form';
116
- @import 'components/icon';
117
- @import 'components/image';
118
- @import 'components/list';
119
- @import 'components/actions';
120
- @import 'components/icons';
121
- @import 'components/grid-icons';
122
- @import 'components/contact-icons';
123
- @import 'components/table';
124
- @import 'components/button';
125
- @import 'components/gallery';
126
- @import 'components/panel';
127
- @import 'components/panel-banner';
128
- @import 'components/panel-spotlight';
21
+ @import 'main/components/form';
22
+ @import 'main/components/icon';
23
+ @import 'main/components/image';
24
+ @import 'main/components/list';
25
+ @import 'main/components/actions';
26
+ @import 'main/components/icons';
27
+ @import 'main/components/grid-icons';
28
+ @import 'main/components/contact-icons';
29
+ @import 'main/components/table';
30
+ @import 'main/components/button';
31
+ @import 'main/components/gallery';
32
+ @import 'main/components/panel';
33
+ @import 'main/components/panel-banner';
34
+ @import 'main/components/panel-spotlight';
129
35
 
130
36
  // Layout.
131
37
 
132
- @import 'layout/footer';
133
- @import 'layout/header';
134
- @import 'layout/page-wrapper';
135
- @import 'layout/wrapper';
38
+ @import 'main/layout/footer';
39
+ @import 'main/layout/header';
40
+ @import 'main/layout/page-wrapper';
41
+ @import 'main/layout/wrapper';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes