jekyll-theme-ethereal 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,90 @@
|
|
|
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 (Banner) */
|
|
8
|
+
|
|
9
|
+
$pad: _size(pad);
|
|
10
|
+
$pad-small-tb: _size(pad-small-tb);
|
|
11
|
+
$pad-small-lr: _size(pad-small-lr);
|
|
12
|
+
|
|
13
|
+
.panel.banner {
|
|
14
|
+
@include vendor('align-items', 'stretch');
|
|
15
|
+
|
|
16
|
+
.content {
|
|
17
|
+
@include padding($pad, $pad);
|
|
18
|
+
@include vendor('display', 'flex');
|
|
19
|
+
@include vendor('flex-direction', 'column');
|
|
20
|
+
@include vendor('justify-content', 'center');
|
|
21
|
+
@include vendor('flex-grow', '0');
|
|
22
|
+
@include vendor('flex-shrink', '0');
|
|
23
|
+
|
|
24
|
+
> .actions:last-child {
|
|
25
|
+
margin-bottom: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.image {
|
|
30
|
+
@include vendor('flex-grow', '0');
|
|
31
|
+
@include vendor('flex-shrink', '0');
|
|
32
|
+
position: relative;
|
|
33
|
+
|
|
34
|
+
img {
|
|
35
|
+
@include vendor('object-fit', 'cover');
|
|
36
|
+
display: block;
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: 0;
|
|
39
|
+
left: 0;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.left {
|
|
46
|
+
@include vendor('flex-direction', 'row');
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&.right {
|
|
50
|
+
@include vendor('flex-direction', 'row-reverse');
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@include breakpoint('<=small') {
|
|
55
|
+
.panel.banner {
|
|
56
|
+
.content {
|
|
57
|
+
@include padding($pad-small-tb, $pad-small-lr);
|
|
58
|
+
@include vendor('flex-basis', '60%');
|
|
59
|
+
|
|
60
|
+
> .actions:last-child {
|
|
61
|
+
margin-bottom: _size(element-margin);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.image {
|
|
66
|
+
@include vendor('flex-basis', '40%');
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@include orientation(portrait) {
|
|
71
|
+
.panel.banner {
|
|
72
|
+
.content {
|
|
73
|
+
@include vendor('flex-basis', 'auto');
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.image {
|
|
77
|
+
@include vendor('flex-basis', 'auto');
|
|
78
|
+
height: 18rem;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.left {
|
|
82
|
+
@include vendor('flex-direction', 'column');
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.right {
|
|
86
|
+
@include vendor('flex-direction', 'column-reverse');
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -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
|
+
/* Panel (Spotlight) */
|
|
8
|
+
|
|
9
|
+
$pad: _size(pad);
|
|
10
|
+
$pad-small-tb: _size(pad-small-tb);
|
|
11
|
+
$pad-small-lr: _size(pad-small-lr);
|
|
12
|
+
|
|
13
|
+
.panel.spotlight {
|
|
14
|
+
@include vendor('align-items', 'stretch');
|
|
15
|
+
position: relative;
|
|
16
|
+
|
|
17
|
+
> * {
|
|
18
|
+
z-index: 1;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.content {
|
|
22
|
+
@include vendor('display', 'flex');
|
|
23
|
+
@include vendor('flex-direction', 'column');
|
|
24
|
+
@include vendor('justify-content', 'center');
|
|
25
|
+
@include padding($pad, $pad);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.image {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 0;
|
|
31
|
+
left: 0;
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
z-index: 0;
|
|
35
|
+
|
|
36
|
+
img {
|
|
37
|
+
@include vendor('object-fit', 'cover');
|
|
38
|
+
display: block;
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: 0;
|
|
41
|
+
left: 0;
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.left {
|
|
48
|
+
@include vendor('justify-content', 'flex-start');
|
|
49
|
+
|
|
50
|
+
.content {
|
|
51
|
+
background-image: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.125) 30%, rgba(0,0,0,0.175) 50%);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.right {
|
|
56
|
+
@include vendor('justify-content', 'flex-end');
|
|
57
|
+
|
|
58
|
+
.content {
|
|
59
|
+
background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.125) 30%, rgba(0,0,0,0.175) 50%);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@include breakpoint('<=small') {
|
|
65
|
+
.panel.spotlight {
|
|
66
|
+
.content {
|
|
67
|
+
@include padding($pad-small-tb, $pad-small-lr);
|
|
68
|
+
@include vendor('flex-direction', 'column !important');
|
|
69
|
+
background-image: linear-gradient(0deg, rgba(0,0,0,0.25) 70%, rgba(0,0,0,0.175)) !important;
|
|
70
|
+
min-height: 25rem;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@include breakpoint('<=xsmall') {
|
|
76
|
+
.panel.spotlight {
|
|
77
|
+
.content {
|
|
78
|
+
min-height: 30rem;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,300 @@
|
|
|
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: _palette(accent3);
|
|
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), $darken), $desaturate);
|
|
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
|
+
}
|
|
225
|
+
|
|
226
|
+
@include breakpoint('<=small') {
|
|
227
|
+
.panel {
|
|
228
|
+
@include vendor('flex-direction', 'column');
|
|
229
|
+
height: auto;
|
|
230
|
+
|
|
231
|
+
> * {
|
|
232
|
+
@include panel-colors-small;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
> .intro {
|
|
236
|
+
@include padding($pad-small-tb, $pad-small-lr);
|
|
237
|
+
width: 100% !important;
|
|
238
|
+
|
|
239
|
+
&.joined {
|
|
240
|
+
padding-bottom: 0;
|
|
241
|
+
padding-right: $pad-small-lr;
|
|
242
|
+
|
|
243
|
+
& + .inner {
|
|
244
|
+
padding-top: 0;
|
|
245
|
+
padding-left: $pad-small-lr;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
> .inner {
|
|
251
|
+
@include padding($pad-small-tb, $pad-small-lr);
|
|
252
|
+
|
|
253
|
+
&.columns {
|
|
254
|
+
@include vendor('flex-direction', 'column');
|
|
255
|
+
|
|
256
|
+
> * {
|
|
257
|
+
margin-left: 0;
|
|
258
|
+
margin-top: 0;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
> :first-child {
|
|
262
|
+
margin-top: 0;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
&.divided {
|
|
266
|
+
> * {
|
|
267
|
+
margin-left: 0;
|
|
268
|
+
margin-top: ($pad-small-lr * 2);
|
|
269
|
+
|
|
270
|
+
&:before {
|
|
271
|
+
content: '';
|
|
272
|
+
position: absolute;
|
|
273
|
+
top: auto;
|
|
274
|
+
left: $pad-small-lr;
|
|
275
|
+
width: calc(100% - #{$pad-small-lr * 2});
|
|
276
|
+
height: 2px;
|
|
277
|
+
margin-left: 0;
|
|
278
|
+
margin-top: ($pad-small-lr * -1);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
> :first-child {
|
|
283
|
+
margin-top: 0;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@include spans-small(_size(span-fixed));
|
|
290
|
+
|
|
291
|
+
&.small,
|
|
292
|
+
&.medium,
|
|
293
|
+
&.large {
|
|
294
|
+
@include spans-small(_size(span-variable));
|
|
295
|
+
width: 100% !important;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
@include panel-colors-small;
|
|
299
|
+
}
|
|
300
|
+
}
|