@festo-ui/web-essentials 4.0.3-pre-20221213.1 → 5.0.0-dev.102
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.
- package/README.md +73 -73
- package/dist/css/festo-web-essentials.css +621 -3333
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +3 -3
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/fonts/festo_icons-16.woff2 +0 -0
- package/dist/css/fonts/festo_icons-24.woff2 +0 -0
- package/dist/css/fonts/festo_icons-32.woff2 +0 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css +11 -16
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +2 -2
- package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +3 -18
- package/dist/css/themes/flatpickr/festo.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +2 -2
- package/dist/css/themes/flatpickr/festo.min.css.map +1 -1
- package/dist/fonts/festo_icons-16.woff2 +0 -0
- package/dist/fonts/festo_icons-24.woff2 +0 -0
- package/dist/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/_breadcrumb.scss +37 -37
- package/dist/scss/_button.scss +128 -128
- package/dist/scss/_cards.scss +98 -98
- package/dist/scss/_checkbox.scss +153 -153
- package/dist/scss/_chips.scss +145 -145
- package/dist/scss/_fonts.scss +59 -59
- package/dist/scss/_icons.scss +1524 -1446
- package/dist/scss/_loading-indicator.scss +176 -176
- package/dist/scss/_mixins.scss +2 -2
- package/dist/scss/_mobile-flyout.scss +108 -108
- package/dist/scss/_modal.scss +9 -8
- package/dist/scss/_navbar-menu.scss +351 -351
- package/dist/scss/_navbar.scss +258 -258
- package/dist/scss/_popover.scss +201 -201
- package/dist/scss/_progressbar.scss +67 -67
- package/dist/scss/_radio.scss +152 -152
- package/dist/scss/_root.scss +111 -111
- package/dist/scss/_search-input.scss +92 -92
- package/dist/scss/_select.scss +95 -95
- package/dist/scss/_stepper-horizontal.scss +127 -127
- package/dist/scss/_stepper-vertical.scss +121 -121
- package/dist/scss/_table.scss +150 -150
- package/dist/scss/_timepicker.scss +68 -68
- package/dist/scss/_tree.scss +211 -211
- package/dist/scss/_variables.scss +252 -252
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/fonts/festo_icons-16.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-24.woff2 +0 -0
- package/dist/scss/fonts/festo_icons-32.woff2 +0 -0
- package/dist/scss/organisms/_footer.scss +142 -142
- package/dist/scss/organisms/_header-slider.scss +153 -153
- package/dist/scss/organisms/_image-gallery.scss +257 -257
- package/dist/scss/organisms/_login.scss +59 -57
- package/dist/scss/organisms/_side-menu.scss +54 -54
- package/dist/scss/organisms/festo-web-essentials-organisms.scss +15 -15
- package/dist/scss/themes/flatpickr/festo.scss +834 -834
- package/package.json +88 -9
- package/scss/_breadcrumb.scss +37 -37
- package/scss/_button.scss +128 -128
- package/scss/_cards.scss +98 -98
- package/scss/_checkbox.scss +153 -153
- package/scss/_chips.scss +145 -145
- package/scss/_fonts.scss +59 -59
- package/scss/_icons.scss +1524 -1446
- package/scss/_loading-indicator.scss +176 -176
- package/scss/_mixins.scss +2 -2
- package/scss/_mobile-flyout.scss +108 -108
- package/scss/_modal.scss +9 -8
- package/scss/_navbar-menu.scss +351 -351
- package/scss/_navbar.scss +258 -258
- package/scss/_popover.scss +201 -201
- package/scss/_progressbar.scss +67 -67
- package/scss/_radio.scss +152 -152
- package/scss/_root.scss +111 -111
- package/scss/_search-input.scss +92 -92
- package/scss/_select.scss +95 -95
- package/scss/_stepper-horizontal.scss +127 -127
- package/scss/_stepper-vertical.scss +121 -121
- package/scss/_table.scss +150 -150
- package/scss/_timepicker.scss +68 -68
- package/scss/_tree.scss +211 -211
- package/scss/_variables.scss +252 -252
- package/scss/festo-web-essentials.scss +1 -1
- package/scss/organisms/_footer.scss +142 -142
- package/scss/organisms/_header-slider.scss +153 -153
- package/scss/organisms/_image-gallery.scss +257 -257
- package/scss/organisms/_login.scss +59 -57
- package/scss/organisms/_side-menu.scss +54 -54
- package/scss/organisms/festo-web-essentials-organisms.scss +15 -15
- package/scss/themes/flatpickr/festo.scss +834 -834
|
@@ -1,257 +1,257 @@
|
|
|
1
|
-
/* stylelint-disable selector-class-pattern -- Doing swiper overrides here */
|
|
2
|
-
.fwe-modal-image-gallery {
|
|
3
|
-
background: transparent;
|
|
4
|
-
box-shadow: none;
|
|
5
|
-
padding: 0px;
|
|
6
|
-
position: fixed;
|
|
7
|
-
width: 288px;
|
|
8
|
-
max-width: unset;
|
|
9
|
-
max-height: 100vh;
|
|
10
|
-
overflow-x: hidden;
|
|
11
|
-
overflow-y: auto;
|
|
12
|
-
|
|
13
|
-
.fwe-btn-link i.fwe-icon-menu-close.fwe-modal-image-gallery-close {
|
|
14
|
-
padding-right: 0px;
|
|
15
|
-
padding-top: 4px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.fwe-image-gallery {
|
|
19
|
-
// pagination height (37px + 24px) + 12px (extra padding on top and bottom)
|
|
20
|
-
max-height: calc(100vh - 73px);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&--with-thumbnails {
|
|
24
|
-
.fwe-image-gallery {
|
|
25
|
-
// pagination height (37px + 24px) + thumbs height (64 + 24) + 12px (extra padding on top and bottom)
|
|
26
|
-
max-height: calc(100vh - 161px);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&--with-container {
|
|
31
|
-
border-top: 1px solid $control-border;
|
|
32
|
-
border-bottom: 1px solid $control-border;
|
|
33
|
-
|
|
34
|
-
.fwe-image-gallery-header {
|
|
35
|
-
margin-top: $spacer-m - 6px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.fwe-image-gallery-container {
|
|
41
|
-
display: flex;
|
|
42
|
-
flex-direction: column;
|
|
43
|
-
overflow: auto;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.fwe-image-gallery-content {
|
|
47
|
-
color: $white;
|
|
48
|
-
padding-top: 24px;
|
|
49
|
-
padding-bottom: 24px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.fwe-image-gallery-header {
|
|
53
|
-
display: flex;
|
|
54
|
-
align-items: center;
|
|
55
|
-
margin-bottom: $spacer-m;
|
|
56
|
-
margin-top: 0px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.fwe-image-gallery {
|
|
60
|
-
width: 100%;
|
|
61
|
-
height: 288px;
|
|
62
|
-
background-color: $background-image-gallery;
|
|
63
|
-
user-select: none;
|
|
64
|
-
|
|
65
|
-
svg,
|
|
66
|
-
img,
|
|
67
|
-
.swiper-zoom-container img,
|
|
68
|
-
.swiper-zoom-container svg {
|
|
69
|
-
width: 100%;
|
|
70
|
-
height: 100%;
|
|
71
|
-
object-fit: cover;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.fwe-image-gallery-thumbs {
|
|
76
|
-
margin-top: 24px;
|
|
77
|
-
user-select: none;
|
|
78
|
-
|
|
79
|
-
&.swiper {
|
|
80
|
-
width: 100%;
|
|
81
|
-
height: 64px;
|
|
82
|
-
box-sizing: border-box;
|
|
83
|
-
margin-left: auto;
|
|
84
|
-
margin-right: auto;
|
|
85
|
-
|
|
86
|
-
.swiper-slide {
|
|
87
|
-
position: relative;
|
|
88
|
-
background-size: cover;
|
|
89
|
-
background-position: center;
|
|
90
|
-
width: 88px;
|
|
91
|
-
margin-right: 8px;
|
|
92
|
-
height: 64px;
|
|
93
|
-
opacity: 0.33;
|
|
94
|
-
transition: opacity 0.3s;
|
|
95
|
-
|
|
96
|
-
&:last-child {
|
|
97
|
-
margin-right: 0px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&::after {
|
|
101
|
-
position: absolute;
|
|
102
|
-
content: "";
|
|
103
|
-
height: 4px;
|
|
104
|
-
width: 100%;
|
|
105
|
-
background-color: $hero;
|
|
106
|
-
bottom: 0px;
|
|
107
|
-
opacity: 0;
|
|
108
|
-
transition: opacity 0.3s;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
img {
|
|
112
|
-
display: block;
|
|
113
|
-
object-fit: cover;
|
|
114
|
-
width: 88px;
|
|
115
|
-
height: 56px;
|
|
116
|
-
background-color: $background-image-gallery;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&.swiper-slide-thumb-active,
|
|
120
|
-
&:hover {
|
|
121
|
-
opacity: 1;
|
|
122
|
-
|
|
123
|
-
&::after {
|
|
124
|
-
opacity: 1;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
&:not(.swiper) {
|
|
131
|
-
display: flex;
|
|
132
|
-
flex-direction: row;
|
|
133
|
-
overflow: hidden;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
&-nail {
|
|
137
|
-
position: relative;
|
|
138
|
-
height: 64px;
|
|
139
|
-
width: 88px;
|
|
140
|
-
min-width: 88px;
|
|
141
|
-
margin-right: 8px;
|
|
142
|
-
opacity: 0.33;
|
|
143
|
-
transition: opacity 0.3s;
|
|
144
|
-
|
|
145
|
-
img {
|
|
146
|
-
position: absolute;
|
|
147
|
-
height: 56px;
|
|
148
|
-
width: 88px;
|
|
149
|
-
min-width: 88px;
|
|
150
|
-
background: $background-image-gallery;
|
|
151
|
-
object-fit: cover;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
&:last-child {
|
|
155
|
-
margin-right: 0px;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
&::after {
|
|
159
|
-
position: absolute;
|
|
160
|
-
content: "";
|
|
161
|
-
height: 4px;
|
|
162
|
-
width: 100%;
|
|
163
|
-
background-color: $hero;
|
|
164
|
-
bottom: 0px;
|
|
165
|
-
opacity: 0;
|
|
166
|
-
transition: opacity 0.3s;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
&.fwe-active,
|
|
170
|
-
&:hover {
|
|
171
|
-
opacity: 1;
|
|
172
|
-
|
|
173
|
-
&::after {
|
|
174
|
-
opacity: 1;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
@media only screen and (min-width: $grid-breakpoint-xxs) {
|
|
181
|
-
.fwe-modal-image-gallery {
|
|
182
|
-
width: 342px;
|
|
183
|
-
max-height: 90vh;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.fwe-image-gallery,
|
|
187
|
-
.fwe-image-gallery-content {
|
|
188
|
-
height: 342px;
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
@media only screen and (min-width: $grid-breakpoint-sm) {
|
|
193
|
-
.fwe-modal-image-gallery {
|
|
194
|
-
width: 696px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.fwe-image-gallery,
|
|
198
|
-
.fwe-image-gallery-content {
|
|
199
|
-
height: 465px;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@media only screen and (min-width: $grid-breakpoint-md) {
|
|
204
|
-
.fwe-modal-image-gallery {
|
|
205
|
-
width: 696px;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.fwe-image-gallery,
|
|
209
|
-
.fwe-image-gallery-content {
|
|
210
|
-
height: 465px;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
@media only screen and (min-width: $grid-breakpoint-xl) {
|
|
215
|
-
.fwe-modal-image-gallery {
|
|
216
|
-
width: 960px;
|
|
217
|
-
min-height: 726px;
|
|
218
|
-
|
|
219
|
-
&--with-container {
|
|
220
|
-
width: 1320px;
|
|
221
|
-
border-top: none;
|
|
222
|
-
border-bottom: none;
|
|
223
|
-
|
|
224
|
-
.fwe-image-gallery-header {
|
|
225
|
-
margin-top: none;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
&--with-thumbnails {
|
|
230
|
-
.fwe-image-gallery-wrapper {
|
|
231
|
-
width: 984px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.fwe-image-gallery,
|
|
237
|
-
.fwe-image-gallery-content {
|
|
238
|
-
height: 640px;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.fwe-image-gallery-container {
|
|
242
|
-
flex-direction: row;
|
|
243
|
-
|
|
244
|
-
.fwe-image-gallery {
|
|
245
|
-
width: 984px;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.fwe-image-gallery-content {
|
|
249
|
-
max-width: 312px;
|
|
250
|
-
width: 312px;
|
|
251
|
-
min-width: 312px;
|
|
252
|
-
margin-left: 24px;
|
|
253
|
-
border-top: 1px solid $control-border;
|
|
254
|
-
border-bottom: 1px solid $control-border;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
1
|
+
/* stylelint-disable selector-class-pattern -- Doing swiper overrides here */
|
|
2
|
+
.fwe-modal-image-gallery {
|
|
3
|
+
background: transparent;
|
|
4
|
+
box-shadow: none;
|
|
5
|
+
padding: 0px;
|
|
6
|
+
position: fixed;
|
|
7
|
+
width: 288px;
|
|
8
|
+
max-width: unset;
|
|
9
|
+
max-height: 100vh;
|
|
10
|
+
overflow-x: hidden;
|
|
11
|
+
overflow-y: auto;
|
|
12
|
+
|
|
13
|
+
.fwe-btn-link i.fwe-icon-menu-close.fwe-modal-image-gallery-close {
|
|
14
|
+
padding-right: 0px;
|
|
15
|
+
padding-top: 4px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.fwe-image-gallery {
|
|
19
|
+
// pagination height (37px + 24px) + 12px (extra padding on top and bottom)
|
|
20
|
+
max-height: calc(100vh - 73px);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&--with-thumbnails {
|
|
24
|
+
.fwe-image-gallery {
|
|
25
|
+
// pagination height (37px + 24px) + thumbs height (64 + 24) + 12px (extra padding on top and bottom)
|
|
26
|
+
max-height: calc(100vh - 161px);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&--with-container {
|
|
31
|
+
border-top: 1px solid $control-border;
|
|
32
|
+
border-bottom: 1px solid $control-border;
|
|
33
|
+
|
|
34
|
+
.fwe-image-gallery-header {
|
|
35
|
+
margin-top: $spacer-m - 6px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.fwe-image-gallery-container {
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
overflow: auto;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.fwe-image-gallery-content {
|
|
47
|
+
color: $white;
|
|
48
|
+
padding-top: 24px;
|
|
49
|
+
padding-bottom: 24px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.fwe-image-gallery-header {
|
|
53
|
+
display: flex;
|
|
54
|
+
align-items: center;
|
|
55
|
+
margin-bottom: $spacer-m;
|
|
56
|
+
margin-top: 0px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.fwe-image-gallery {
|
|
60
|
+
width: 100%;
|
|
61
|
+
height: 288px;
|
|
62
|
+
background-color: $background-image-gallery;
|
|
63
|
+
user-select: none;
|
|
64
|
+
|
|
65
|
+
svg,
|
|
66
|
+
img,
|
|
67
|
+
.swiper-zoom-container img,
|
|
68
|
+
.swiper-zoom-container svg {
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: 100%;
|
|
71
|
+
object-fit: cover;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.fwe-image-gallery-thumbs {
|
|
76
|
+
margin-top: 24px;
|
|
77
|
+
user-select: none;
|
|
78
|
+
|
|
79
|
+
&.swiper {
|
|
80
|
+
width: 100%;
|
|
81
|
+
height: 64px;
|
|
82
|
+
box-sizing: border-box;
|
|
83
|
+
margin-left: auto;
|
|
84
|
+
margin-right: auto;
|
|
85
|
+
|
|
86
|
+
.swiper-slide {
|
|
87
|
+
position: relative;
|
|
88
|
+
background-size: cover;
|
|
89
|
+
background-position: center;
|
|
90
|
+
width: 88px;
|
|
91
|
+
margin-right: 8px;
|
|
92
|
+
height: 64px;
|
|
93
|
+
opacity: 0.33;
|
|
94
|
+
transition: opacity 0.3s;
|
|
95
|
+
|
|
96
|
+
&:last-child {
|
|
97
|
+
margin-right: 0px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&::after {
|
|
101
|
+
position: absolute;
|
|
102
|
+
content: "";
|
|
103
|
+
height: 4px;
|
|
104
|
+
width: 100%;
|
|
105
|
+
background-color: $hero;
|
|
106
|
+
bottom: 0px;
|
|
107
|
+
opacity: 0;
|
|
108
|
+
transition: opacity 0.3s;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
img {
|
|
112
|
+
display: block;
|
|
113
|
+
object-fit: cover;
|
|
114
|
+
width: 88px;
|
|
115
|
+
height: 56px;
|
|
116
|
+
background-color: $background-image-gallery;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&.swiper-slide-thumb-active,
|
|
120
|
+
&:hover {
|
|
121
|
+
opacity: 1;
|
|
122
|
+
|
|
123
|
+
&::after {
|
|
124
|
+
opacity: 1;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&:not(.swiper) {
|
|
131
|
+
display: flex;
|
|
132
|
+
flex-direction: row;
|
|
133
|
+
overflow: hidden;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&-nail {
|
|
137
|
+
position: relative;
|
|
138
|
+
height: 64px;
|
|
139
|
+
width: 88px;
|
|
140
|
+
min-width: 88px;
|
|
141
|
+
margin-right: 8px;
|
|
142
|
+
opacity: 0.33;
|
|
143
|
+
transition: opacity 0.3s;
|
|
144
|
+
|
|
145
|
+
img {
|
|
146
|
+
position: absolute;
|
|
147
|
+
height: 56px;
|
|
148
|
+
width: 88px;
|
|
149
|
+
min-width: 88px;
|
|
150
|
+
background: $background-image-gallery;
|
|
151
|
+
object-fit: cover;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&:last-child {
|
|
155
|
+
margin-right: 0px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&::after {
|
|
159
|
+
position: absolute;
|
|
160
|
+
content: "";
|
|
161
|
+
height: 4px;
|
|
162
|
+
width: 100%;
|
|
163
|
+
background-color: $hero;
|
|
164
|
+
bottom: 0px;
|
|
165
|
+
opacity: 0;
|
|
166
|
+
transition: opacity 0.3s;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
&.fwe-active,
|
|
170
|
+
&:hover {
|
|
171
|
+
opacity: 1;
|
|
172
|
+
|
|
173
|
+
&::after {
|
|
174
|
+
opacity: 1;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
@media only screen and (min-width: $grid-breakpoint-xxs) {
|
|
181
|
+
.fwe-modal-image-gallery {
|
|
182
|
+
width: 342px;
|
|
183
|
+
max-height: 90vh;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.fwe-image-gallery,
|
|
187
|
+
.fwe-image-gallery-content {
|
|
188
|
+
height: 342px;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@media only screen and (min-width: $grid-breakpoint-sm) {
|
|
193
|
+
.fwe-modal-image-gallery {
|
|
194
|
+
width: 696px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.fwe-image-gallery,
|
|
198
|
+
.fwe-image-gallery-content {
|
|
199
|
+
height: 465px;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@media only screen and (min-width: $grid-breakpoint-md) {
|
|
204
|
+
.fwe-modal-image-gallery {
|
|
205
|
+
width: 696px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.fwe-image-gallery,
|
|
209
|
+
.fwe-image-gallery-content {
|
|
210
|
+
height: 465px;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
@media only screen and (min-width: $grid-breakpoint-xl) {
|
|
215
|
+
.fwe-modal-image-gallery {
|
|
216
|
+
width: 960px;
|
|
217
|
+
min-height: 726px;
|
|
218
|
+
|
|
219
|
+
&--with-container {
|
|
220
|
+
width: 1320px;
|
|
221
|
+
border-top: none;
|
|
222
|
+
border-bottom: none;
|
|
223
|
+
|
|
224
|
+
.fwe-image-gallery-header {
|
|
225
|
+
margin-top: none;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
&--with-thumbnails {
|
|
230
|
+
.fwe-image-gallery-wrapper {
|
|
231
|
+
width: 984px;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.fwe-image-gallery,
|
|
237
|
+
.fwe-image-gallery-content {
|
|
238
|
+
height: 640px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.fwe-image-gallery-container {
|
|
242
|
+
flex-direction: row;
|
|
243
|
+
|
|
244
|
+
.fwe-image-gallery {
|
|
245
|
+
width: 984px;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.fwe-image-gallery-content {
|
|
249
|
+
max-width: 312px;
|
|
250
|
+
width: 312px;
|
|
251
|
+
min-width: 312px;
|
|
252
|
+
margin-left: 24px;
|
|
253
|
+
border-top: 1px solid $control-border;
|
|
254
|
+
border-bottom: 1px solid $control-border;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
@@ -1,57 +1,59 @@
|
|
|
1
|
-
.fwe-login-layout {
|
|
2
|
-
position: fixed;
|
|
3
|
-
background: $background;
|
|
4
|
-
top: 0px;
|
|
5
|
-
right: 0px;
|
|
6
|
-
bottom: 0px;
|
|
7
|
-
left: 0px;
|
|
8
|
-
.fwe-login-background {
|
|
9
|
-
top: $navbar-height;
|
|
10
|
-
position: absolute;
|
|
11
|
-
height: calc(100vh - #{$navbar-height});
|
|
12
|
-
width: 100vw;
|
|
13
|
-
object-fit: cover;
|
|
14
|
-
object-position: center;
|
|
15
|
-
}
|
|
16
|
-
.fwe-login-container {
|
|
17
|
-
height: calc(100vh - #{$navbar-height});
|
|
18
|
-
overflow: auto;
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
.fwe-login-form {
|
|
22
|
-
z-index: 1;
|
|
23
|
-
margin-left: 20%;
|
|
24
|
-
width: 432px;
|
|
25
|
-
background: $white;
|
|
26
|
-
padding: $spacer-xl;
|
|
27
|
-
h1 {
|
|
28
|
-
margin: 0px 0px 48px 0px;
|
|
29
|
-
}
|
|
30
|
-
.fwe-login-link-container {
|
|
31
|
-
margin-top: $spacer-m;
|
|
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
|
-
}
|
|
1
|
+
.fwe-login-layout {
|
|
2
|
+
position: fixed;
|
|
3
|
+
background: $background;
|
|
4
|
+
top: 0px;
|
|
5
|
+
right: 0px;
|
|
6
|
+
bottom: 0px;
|
|
7
|
+
left: 0px;
|
|
8
|
+
.fwe-login-background {
|
|
9
|
+
top: $navbar-height;
|
|
10
|
+
position: absolute;
|
|
11
|
+
height: calc(100vh - #{$navbar-height});
|
|
12
|
+
width: 100vw;
|
|
13
|
+
object-fit: cover;
|
|
14
|
+
object-position: center;
|
|
15
|
+
}
|
|
16
|
+
.fwe-login-container {
|
|
17
|
+
height: calc(100vh - #{$navbar-height});
|
|
18
|
+
overflow: auto;
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
.fwe-login-form {
|
|
22
|
+
z-index: 1;
|
|
23
|
+
margin-left: 20%;
|
|
24
|
+
width: 432px;
|
|
25
|
+
background: $white;
|
|
26
|
+
padding: $spacer-xl;
|
|
27
|
+
h1 {
|
|
28
|
+
margin: 0px 0px 48px 0px;
|
|
29
|
+
}
|
|
30
|
+
.fwe-login-link-container {
|
|
31
|
+
margin-top: $spacer-m;
|
|
32
|
+
display: flex;
|
|
33
|
+
justify-content: space-between;
|
|
34
|
+
flex-direction: row-reverse;
|
|
35
|
+
}
|
|
36
|
+
@media (max-width: $grid-breakpoint-xxs) {
|
|
37
|
+
padding-left: $spacer-s;
|
|
38
|
+
padding-right: $spacer-s;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
@media (max-width: $grid-breakpoint-xs), (max-height: $grid-breakpoint-xs) {
|
|
43
|
+
.fwe-login-container {
|
|
44
|
+
background-color: $white;
|
|
45
|
+
position: unset;
|
|
46
|
+
left: unset;
|
|
47
|
+
top: unset;
|
|
48
|
+
width: 100vw;
|
|
49
|
+
align-items: stretch;
|
|
50
|
+
.fwe-login-form {
|
|
51
|
+
margin-left: 0px;
|
|
52
|
+
width: 100%;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.fwe-login-background {
|
|
56
|
+
display: none;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|