@festo-ui/web-essentials 7.3.0-dev.461 → 7.3.0-dev.464
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 +83 -83
- package/dist/css/festo-web-essentials.css +81 -58
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +34 -2
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +5 -0
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +5 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_accordion.scss +26 -24
- package/dist/scss/_badge.scss +11 -9
- package/dist/scss/_border.scss +9 -5
- package/dist/scss/_bottom-navigation.scss +8 -6
- package/dist/scss/_bottom-sheet.scss +19 -16
- package/dist/scss/_breadcrumb.scss +7 -5
- package/dist/scss/_button.scss +25 -22
- package/dist/scss/_cards.scss +13 -11
- package/dist/scss/_checkbox.scss +18 -16
- package/dist/scss/_chips.scss +25 -22
- package/dist/scss/_colors.scss +3 -1
- package/dist/scss/_display.scss +9 -5
- package/dist/scss/_flex.scss +10 -5
- package/dist/scss/_fonts.scss +13 -11
- package/dist/scss/_grid.scss +11 -7
- package/dist/scss/_icons.scss +9 -7
- package/dist/scss/_layout.scss +10 -7
- package/dist/scss/_list.scss +20 -18
- package/dist/scss/_loading-indicator.scss +6 -4
- package/dist/scss/_mixins.scss +4 -2
- package/dist/scss/_mobile-flyout.scss +17 -15
- package/dist/scss/_modal.scss +36 -33
- package/dist/scss/_navbar-menu.scss +118 -116
- package/dist/scss/_navbar.scss +30 -48
- package/dist/scss/_normalize.scss +16 -13
- package/dist/scss/_pagination.scss +23 -21
- package/dist/scss/_popover.scss +21 -19
- package/dist/scss/_progressbar.scss +14 -12
- package/dist/scss/_radio.scss +20 -18
- package/dist/scss/_rfs.scss +5 -4
- package/dist/scss/_root.scss +5 -3
- package/dist/scss/_scroll.scss +6 -3
- package/dist/scss/_search-input.scss +15 -13
- package/dist/scss/_segment.scss +30 -27
- package/dist/scss/_select.scss +20 -18
- package/dist/scss/_sidebar-overlay.scss +7 -5
- package/dist/scss/_slider.scss +26 -23
- package/dist/scss/_snackbar.scss +48 -45
- package/dist/scss/_spacing.scss +9 -5
- package/dist/scss/_stepper-horizontal.scss +22 -20
- package/dist/scss/_stepper-vertical.scss +18 -16
- package/dist/scss/_switch.scss +12 -10
- package/dist/scss/_table.scss +11 -9
- package/dist/scss/_text-input.scss +24 -22
- package/dist/scss/_text-link.scss +7 -5
- package/dist/scss/_timepicker.scss +10 -8
- package/dist/scss/_toolbar.scss +8 -6
- package/dist/scss/_tree.scss +67 -68
- package/dist/scss/_type.scss +10 -8
- package/dist/scss/_utils.scss +2 -1
- package/dist/scss/_variables.scss +3 -2
- package/dist/scss/festo-web-essentials.scss +53 -53
- package/dist/scss/organisms/_footer.scss +13 -11
- package/dist/scss/organisms/_header-modul.scss +14 -12
- package/dist/scss/organisms/_header-slider.scss +10 -8
- package/dist/scss/organisms/_image-gallery.scss +19 -17
- package/dist/scss/organisms/_login.scss +14 -12
- package/dist/scss/organisms/_side-menu.scss +8 -5
- package/dist/scss/organisms/_teaser.scss +7 -5
- package/dist/scss/organisms/festo-web-essentials-organisms.scss +9 -9
- package/dist/scss/themes/flatpickr/festo.scss +2 -2
- package/package.json +3 -3
- package/scss/_accordion.scss +26 -24
- package/scss/_badge.scss +11 -9
- package/scss/_border.scss +9 -5
- package/scss/_bottom-navigation.scss +8 -6
- package/scss/_bottom-sheet.scss +19 -16
- package/scss/_breadcrumb.scss +7 -5
- package/scss/_button.scss +25 -22
- package/scss/_cards.scss +13 -11
- package/scss/_checkbox.scss +18 -16
- package/scss/_chips.scss +25 -22
- package/scss/_colors.scss +3 -1
- package/scss/_display.scss +9 -5
- package/scss/_flex.scss +10 -5
- package/scss/_fonts.scss +13 -11
- package/scss/_grid.scss +11 -7
- package/scss/_icons.scss +9 -7
- package/scss/_layout.scss +10 -7
- package/scss/_list.scss +20 -18
- package/scss/_loading-indicator.scss +6 -4
- package/scss/_mixins.scss +4 -2
- package/scss/_mobile-flyout.scss +17 -15
- package/scss/_modal.scss +36 -33
- package/scss/_navbar-menu.scss +118 -116
- package/scss/_navbar.scss +30 -48
- package/scss/_normalize.scss +16 -13
- package/scss/_pagination.scss +23 -21
- package/scss/_popover.scss +21 -19
- package/scss/_progressbar.scss +14 -12
- package/scss/_radio.scss +20 -18
- package/scss/_rfs.scss +5 -4
- package/scss/_root.scss +5 -3
- package/scss/_scroll.scss +6 -3
- package/scss/_search-input.scss +15 -13
- package/scss/_segment.scss +30 -27
- package/scss/_select.scss +20 -18
- package/scss/_sidebar-overlay.scss +7 -5
- package/scss/_slider.scss +26 -23
- package/scss/_snackbar.scss +48 -45
- package/scss/_spacing.scss +9 -5
- package/scss/_stepper-horizontal.scss +22 -20
- package/scss/_stepper-vertical.scss +18 -16
- package/scss/_switch.scss +12 -10
- package/scss/_table.scss +11 -9
- package/scss/_text-input.scss +24 -22
- package/scss/_text-link.scss +7 -5
- package/scss/_timepicker.scss +10 -8
- package/scss/_toolbar.scss +8 -6
- package/scss/_tree.scss +67 -68
- package/scss/_type.scss +10 -8
- package/scss/_utils.scss +2 -1
- package/scss/_variables.scss +3 -2
- package/scss/festo-web-essentials.scss +52 -52
- package/scss/organisms/_footer.scss +13 -11
- package/scss/organisms/_header-modul.scss +14 -12
- package/scss/organisms/_header-slider.scss +10 -8
- package/scss/organisms/_image-gallery.scss +19 -17
- package/scss/organisms/_login.scss +14 -12
- package/scss/organisms/_side-menu.scss +8 -5
- package/scss/organisms/_teaser.scss +7 -5
- package/scss/organisms/festo-web-essentials-organisms.scss +9 -9
- package/scss/themes/flatpickr/festo.scss +1 -1
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "variables";
|
|
2
|
+
|
|
1
3
|
/*
|
|
2
4
|
** Basic navbar menu
|
|
3
5
|
*/
|
|
@@ -16,7 +18,7 @@
|
|
|
16
18
|
|
|
17
19
|
position: relative;
|
|
18
20
|
cursor: pointer;
|
|
19
|
-
color:
|
|
21
|
+
color: variables.$text;
|
|
20
22
|
height: 32px;
|
|
21
23
|
min-width: 32px;
|
|
22
24
|
display: flex;
|
|
@@ -30,12 +32,12 @@
|
|
|
30
32
|
right: 0px;
|
|
31
33
|
left: 0px;
|
|
32
34
|
bottom: -13px;
|
|
33
|
-
background:
|
|
35
|
+
background: variables.$caerul;
|
|
34
36
|
transition: height 0.2s;
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
&.fwe-selected {
|
|
38
|
-
color:
|
|
40
|
+
color: variables.$hero;
|
|
39
41
|
|
|
40
42
|
&::before {
|
|
41
43
|
height: 4px;
|
|
@@ -43,7 +45,7 @@
|
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
&:hover {
|
|
46
|
-
color:
|
|
48
|
+
color: variables.$hero;
|
|
47
49
|
}
|
|
48
50
|
}
|
|
49
51
|
|
|
@@ -53,18 +55,18 @@
|
|
|
53
55
|
top: 45px;
|
|
54
56
|
right: 0px;
|
|
55
57
|
width: 300px;
|
|
56
|
-
background-color:
|
|
58
|
+
background-color: variables.$white;
|
|
57
59
|
flex-direction: column;
|
|
58
60
|
box-shadow: 0px 1px 4px #00000029;
|
|
59
|
-
max-height: calc(100vh - #{
|
|
61
|
+
max-height: calc(100vh - #{variables.$navbar-height});
|
|
60
62
|
overflow: visible;
|
|
61
63
|
|
|
62
|
-
@media (max-width:
|
|
64
|
+
@media (max-width: variables.$grid-breakpoint-sm - 2) {
|
|
63
65
|
width: 100% !important;
|
|
64
66
|
position: fixed;
|
|
65
|
-
top:
|
|
67
|
+
top: variables.$navbar-height;
|
|
66
68
|
left: 0;
|
|
67
|
-
height: calc(100vh - #{
|
|
69
|
+
height: calc(100vh - #{variables.$navbar-height});
|
|
68
70
|
}
|
|
69
71
|
}
|
|
70
72
|
|
|
@@ -73,38 +75,38 @@
|
|
|
73
75
|
*/
|
|
74
76
|
.fwe-profile-menu {
|
|
75
77
|
.fwe-profile-menu-header {
|
|
76
|
-
margin-bottom:
|
|
78
|
+
margin-bottom: variables.$spacer-s;
|
|
77
79
|
display: flex;
|
|
78
80
|
flex-direction: row;
|
|
79
|
-
padding:
|
|
81
|
+
padding: variables.$spacer-l variables.$spacer-m variables.$spacer-m variables.$spacer-m;
|
|
80
82
|
|
|
81
83
|
.fwe-profile-image-container {
|
|
82
|
-
width:
|
|
83
|
-
height:
|
|
84
|
+
width: variables.$spacer-xl;
|
|
85
|
+
height: variables.$spacer-xl;
|
|
84
86
|
flex-shrink: 0;
|
|
85
87
|
border-radius: 50%;
|
|
86
88
|
overflow: hidden;
|
|
87
|
-
background-color:
|
|
89
|
+
background-color: variables.$gray-400;
|
|
88
90
|
display: flex;
|
|
89
91
|
align-items: center;
|
|
90
92
|
justify-content: center;
|
|
91
|
-
margin-right:
|
|
93
|
+
margin-right: variables.$spacer-s;
|
|
92
94
|
|
|
93
95
|
.fwe-profile-image {
|
|
94
96
|
width: 100%;
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
.fwe-placeholder-letter {
|
|
98
|
-
width:
|
|
99
|
-
height:
|
|
100
|
-
background-color:
|
|
100
|
+
width: variables.$spacer-l;
|
|
101
|
+
height: variables.$spacer-l;
|
|
102
|
+
background-color: variables.$gray-100;
|
|
101
103
|
border-radius: 50%;
|
|
102
104
|
align-items: center;
|
|
103
105
|
justify-content: center;
|
|
104
106
|
text-align: center;
|
|
105
|
-
border: solid 6px
|
|
107
|
+
border: solid 6px variables.$white;
|
|
106
108
|
box-sizing: content-box;
|
|
107
|
-
font-size:
|
|
109
|
+
font-size: variables.$font-size-base;
|
|
108
110
|
line-height: 28px;
|
|
109
111
|
}
|
|
110
112
|
}
|
|
@@ -115,19 +117,19 @@
|
|
|
115
117
|
|
|
116
118
|
.fwe-username {
|
|
117
119
|
overflow-wrap: anywhere;
|
|
118
|
-
font-weight:
|
|
120
|
+
font-weight: variables.$font-weight-bold;
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.fwe-email {
|
|
122
124
|
overflow-wrap: anywhere;
|
|
123
|
-
font-size:
|
|
124
|
-
margin-top:
|
|
125
|
+
font-size: variables.$font-size-small;
|
|
126
|
+
margin-top: variables.$spacer-xxxs;
|
|
125
127
|
}
|
|
126
128
|
}
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
.fwe-profile-menu-item {
|
|
130
|
-
padding:
|
|
132
|
+
padding: variables.$spacer-xs variables.$spacer-m !important;
|
|
131
133
|
min-height: auto;
|
|
132
134
|
text-align: left;
|
|
133
135
|
justify-content: unset;
|
|
@@ -141,46 +143,46 @@
|
|
|
141
143
|
.fwe-btn-logout {
|
|
142
144
|
border-radius: 0;
|
|
143
145
|
justify-content: center;
|
|
144
|
-
margin-top:
|
|
146
|
+
margin-top: variables.$spacer-xxl - variables.$spacer-m;
|
|
145
147
|
}
|
|
146
148
|
|
|
147
|
-
@media (max-width:
|
|
149
|
+
@media (max-width: variables.$grid-breakpoint-sm - 2) {
|
|
148
150
|
.fwe-profile-menu-header {
|
|
149
|
-
margin-bottom:
|
|
150
|
-
background-color:
|
|
151
|
-
border-bottom: solid 1px
|
|
152
|
-
padding:
|
|
151
|
+
margin-bottom: variables.$spacer-s;
|
|
152
|
+
background-color: variables.$background;
|
|
153
|
+
border-bottom: solid 1px variables.$gray-200;
|
|
154
|
+
padding: variables.$spacer-m variables.$spacer-s variables.$spacer-m variables.$spacer-s;
|
|
153
155
|
|
|
154
156
|
.fwe-profile-image-container {
|
|
155
|
-
width:
|
|
156
|
-
height:
|
|
157
|
-
margin-right:
|
|
157
|
+
width: variables.$spacer-xxl;
|
|
158
|
+
height: variables.$spacer-xxl;
|
|
159
|
+
margin-right: variables.$spacer-l;
|
|
158
160
|
|
|
159
161
|
.fwe-placeholder-letter {
|
|
160
162
|
width: 42px;
|
|
161
163
|
height: 42px;
|
|
162
|
-
border: solid 9px
|
|
163
|
-
font-size:
|
|
164
|
+
border: solid 9px variables.$white;
|
|
165
|
+
font-size: variables.$font-size-xl;
|
|
164
166
|
line-height: 40px;
|
|
165
167
|
}
|
|
166
168
|
}
|
|
167
169
|
}
|
|
168
170
|
|
|
169
171
|
.fwe-profile-data-container .fwe-email {
|
|
170
|
-
font-size:
|
|
172
|
+
font-size: variables.$font-size-base !important;
|
|
171
173
|
}
|
|
172
174
|
|
|
173
175
|
.fwe-profile-menu-item {
|
|
174
|
-
padding: 20px
|
|
176
|
+
padding: 20px variables.$spacer-s !important;
|
|
175
177
|
|
|
176
178
|
i {
|
|
177
|
-
padding-right:
|
|
179
|
+
padding-right: variables.$spacer-m !important;
|
|
178
180
|
}
|
|
179
181
|
}
|
|
180
182
|
|
|
181
183
|
.fwe-btn-logout {
|
|
182
|
-
margin: auto
|
|
183
|
-
border-radius:
|
|
184
|
+
margin: auto variables.$spacer-s variables.$spacer-l variables.$spacer-s !important;
|
|
185
|
+
border-radius: variables.$control-border-radius;
|
|
184
186
|
}
|
|
185
187
|
}
|
|
186
188
|
}
|
|
@@ -194,171 +196,171 @@
|
|
|
194
196
|
width: 32px;
|
|
195
197
|
|
|
196
198
|
&.fwe-info {
|
|
197
|
-
color:
|
|
198
|
-
background:
|
|
199
|
+
color: variables.$hero;
|
|
200
|
+
background: variables.$white;
|
|
199
201
|
|
|
200
202
|
&:has(.fwe-notification-batch) {
|
|
201
|
-
color:
|
|
203
|
+
color: variables.$text;
|
|
202
204
|
}
|
|
203
205
|
|
|
204
206
|
&::before {
|
|
205
|
-
background:
|
|
207
|
+
background: variables.$white;
|
|
206
208
|
}
|
|
207
209
|
|
|
208
210
|
.fwe-notification-batch {
|
|
209
|
-
background:
|
|
211
|
+
background: variables.$hero;
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
&.fwe-selected {
|
|
213
|
-
color:
|
|
215
|
+
color: variables.$hero;
|
|
214
216
|
&::before {
|
|
215
|
-
background:
|
|
217
|
+
background: variables.$hero;
|
|
216
218
|
}
|
|
217
219
|
}
|
|
218
220
|
}
|
|
219
221
|
|
|
220
222
|
&.fwe-warning {
|
|
221
|
-
color:
|
|
222
|
-
background:
|
|
223
|
+
color: variables.$orange;
|
|
224
|
+
background: variables.$white;
|
|
223
225
|
|
|
224
226
|
&:has(.fwe-notification-batch) {
|
|
225
|
-
color:
|
|
227
|
+
color: variables.$text;
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
&::before {
|
|
229
|
-
background:
|
|
231
|
+
background: variables.$white;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.fwe-notification-batch {
|
|
233
|
-
background:
|
|
235
|
+
background: variables.$orange;
|
|
234
236
|
}
|
|
235
237
|
|
|
236
238
|
&.fwe-selected {
|
|
237
|
-
color:
|
|
239
|
+
color: variables.$orange;
|
|
238
240
|
&::before {
|
|
239
|
-
background:
|
|
241
|
+
background: variables.$orange;
|
|
240
242
|
}
|
|
241
243
|
}
|
|
242
244
|
}
|
|
243
245
|
|
|
244
246
|
&.fwe-error {
|
|
245
|
-
color:
|
|
246
|
-
background:
|
|
247
|
+
color: variables.$red;
|
|
248
|
+
background: variables.$white;
|
|
247
249
|
|
|
248
250
|
&:has(.fwe-notification-batch) {
|
|
249
|
-
color:
|
|
251
|
+
color: variables.$text;
|
|
250
252
|
}
|
|
251
253
|
|
|
252
254
|
&::before {
|
|
253
|
-
background:
|
|
255
|
+
background: variables.$white;
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
.fwe-notification-batch {
|
|
257
|
-
background:
|
|
259
|
+
background: variables.$red;
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
&.fwe-selected {
|
|
261
|
-
color:
|
|
263
|
+
color: variables.$red;
|
|
262
264
|
&::before {
|
|
263
|
-
background:
|
|
265
|
+
background: variables.$red;
|
|
264
266
|
}
|
|
265
267
|
}
|
|
266
268
|
}
|
|
267
269
|
|
|
268
270
|
&:hover {
|
|
269
271
|
&.fwe-info {
|
|
270
|
-
color:
|
|
271
|
-
background:
|
|
272
|
+
color: variables.$hero-hover;
|
|
273
|
+
background: variables.$white;
|
|
272
274
|
|
|
273
275
|
.fwe-notification-batch {
|
|
274
|
-
background:
|
|
276
|
+
background: variables.$hero-hover;
|
|
275
277
|
}
|
|
276
278
|
}
|
|
277
279
|
|
|
278
280
|
&.fwe-warning {
|
|
279
|
-
color:
|
|
280
|
-
background:
|
|
281
|
+
color: variables.$orange-hover;
|
|
282
|
+
background: variables.$white;
|
|
281
283
|
|
|
282
284
|
.fwe-notification-batch {
|
|
283
|
-
background:
|
|
285
|
+
background: variables.$orange-hover;
|
|
284
286
|
}
|
|
285
287
|
}
|
|
286
288
|
|
|
287
289
|
&.fwe-error {
|
|
288
|
-
color:
|
|
289
|
-
background:
|
|
290
|
+
color: variables.$red-hover;
|
|
291
|
+
background: variables.$white;
|
|
290
292
|
|
|
291
293
|
.fwe-notification-batch {
|
|
292
|
-
background:
|
|
294
|
+
background: variables.$red-hover;
|
|
293
295
|
}
|
|
294
296
|
}
|
|
295
297
|
}
|
|
296
298
|
|
|
297
299
|
&.fwe-notification-button--strong {
|
|
298
300
|
&.fwe-info {
|
|
299
|
-
color:
|
|
300
|
-
background:
|
|
301
|
+
color: variables.$white;
|
|
302
|
+
background: variables.$hero;
|
|
301
303
|
|
|
302
304
|
&::before {
|
|
303
|
-
background:
|
|
305
|
+
background: variables.$hero;
|
|
304
306
|
}
|
|
305
307
|
|
|
306
308
|
.fwe-notification-batch {
|
|
307
|
-
background:
|
|
309
|
+
background: variables.$text;
|
|
308
310
|
}
|
|
309
311
|
}
|
|
310
312
|
|
|
311
313
|
&.fwe-warning {
|
|
312
|
-
color:
|
|
313
|
-
background:
|
|
314
|
+
color: variables.$white;
|
|
315
|
+
background: variables.$orange;
|
|
314
316
|
|
|
315
317
|
&::before {
|
|
316
|
-
background:
|
|
318
|
+
background: variables.$orange;
|
|
317
319
|
}
|
|
318
320
|
|
|
319
321
|
.fwe-notification-batch {
|
|
320
|
-
background:
|
|
322
|
+
background: variables.$text;
|
|
321
323
|
}
|
|
322
324
|
}
|
|
323
325
|
|
|
324
326
|
&.fwe-error {
|
|
325
|
-
color:
|
|
326
|
-
background:
|
|
327
|
+
color: variables.$white;
|
|
328
|
+
background: variables.$red;
|
|
327
329
|
|
|
328
330
|
&::before {
|
|
329
|
-
background:
|
|
331
|
+
background: variables.$red;
|
|
330
332
|
}
|
|
331
333
|
|
|
332
334
|
.fwe-notification-batch {
|
|
333
|
-
background:
|
|
335
|
+
background: variables.$text;
|
|
334
336
|
}
|
|
335
337
|
}
|
|
336
338
|
|
|
337
339
|
&:hover {
|
|
338
340
|
&.fwe-info {
|
|
339
|
-
color:
|
|
340
|
-
background:
|
|
341
|
+
color: variables.$white;
|
|
342
|
+
background: variables.$hero-hover;
|
|
341
343
|
|
|
342
344
|
&::before {
|
|
343
|
-
background:
|
|
345
|
+
background: variables.$hero-hover;
|
|
344
346
|
}
|
|
345
347
|
}
|
|
346
348
|
|
|
347
349
|
&.fwe-warning {
|
|
348
|
-
color:
|
|
349
|
-
background:
|
|
350
|
+
color: variables.$white;
|
|
351
|
+
background: variables.$orange-hover;
|
|
350
352
|
|
|
351
353
|
&::before {
|
|
352
|
-
background:
|
|
354
|
+
background: variables.$orange-hover;
|
|
353
355
|
}
|
|
354
356
|
}
|
|
355
357
|
|
|
356
358
|
&.fwe-error {
|
|
357
|
-
color:
|
|
358
|
-
background:
|
|
359
|
+
color: variables.$white;
|
|
360
|
+
background: variables.$red-hover;
|
|
359
361
|
|
|
360
362
|
&::before {
|
|
361
|
-
background:
|
|
363
|
+
background: variables.$red-hover;
|
|
362
364
|
}
|
|
363
365
|
}
|
|
364
366
|
}
|
|
@@ -368,12 +370,12 @@
|
|
|
368
370
|
position: absolute;
|
|
369
371
|
border-radius: 50%;
|
|
370
372
|
height: 22px;
|
|
371
|
-
line-height: calc(#{
|
|
373
|
+
line-height: calc(#{variables.$font-size-small} + 4px);
|
|
372
374
|
width: 22px;
|
|
373
|
-
font-size:
|
|
374
|
-
color:
|
|
375
|
-
background:
|
|
376
|
-
border: 2px solid
|
|
375
|
+
font-size: variables.$font-size-small;
|
|
376
|
+
color: variables.$white !important;
|
|
377
|
+
background: variables.$caerul;
|
|
378
|
+
border: 2px solid variables.$white;
|
|
377
379
|
top: -10px;
|
|
378
380
|
right: -10px;
|
|
379
381
|
}
|
|
@@ -385,11 +387,11 @@
|
|
|
385
387
|
.fwe-notification-title {
|
|
386
388
|
display: flex;
|
|
387
389
|
align-items: center;
|
|
388
|
-
font-weight:
|
|
390
|
+
font-weight: variables.$font-weight-bold;
|
|
389
391
|
height: 48px;
|
|
390
|
-
padding-left:
|
|
391
|
-
padding-right:
|
|
392
|
-
border-bottom: 1px solid
|
|
392
|
+
padding-left: variables.$spacer-m;
|
|
393
|
+
padding-right: variables.$spacer-xxs;
|
|
394
|
+
border-bottom: 1px solid variables.$border;
|
|
393
395
|
}
|
|
394
396
|
|
|
395
397
|
.fwe-notification-footer {
|
|
@@ -397,9 +399,9 @@
|
|
|
397
399
|
align-items: center;
|
|
398
400
|
justify-content: center;
|
|
399
401
|
height: 48px;
|
|
400
|
-
margin-left:
|
|
401
|
-
margin-right:
|
|
402
|
-
border-top: 1px solid
|
|
402
|
+
margin-left: variables.$spacer-m;
|
|
403
|
+
margin-right: variables.$spacer-m;
|
|
404
|
+
border-top: 1px solid variables.$border;
|
|
403
405
|
}
|
|
404
406
|
|
|
405
407
|
.fwe-notification-list {
|
|
@@ -414,21 +416,21 @@
|
|
|
414
416
|
cursor: pointer;
|
|
415
417
|
|
|
416
418
|
&:hover {
|
|
417
|
-
background:
|
|
419
|
+
background: variables.$background;
|
|
418
420
|
}
|
|
419
421
|
|
|
420
422
|
&.fwe-disabled {
|
|
421
|
-
color:
|
|
423
|
+
color: variables.$text-disabled;
|
|
422
424
|
|
|
423
425
|
.fwe-notification-item-content {
|
|
424
426
|
&::before {
|
|
425
|
-
color:
|
|
427
|
+
color: variables.$text-disabled;
|
|
426
428
|
}
|
|
427
429
|
}
|
|
428
430
|
}
|
|
429
431
|
|
|
430
432
|
.fwe-notification-item-content {
|
|
431
|
-
border-top: 1px solid
|
|
433
|
+
border-top: 1px solid variables.$border;
|
|
432
434
|
}
|
|
433
435
|
|
|
434
436
|
&:first-child {
|
|
@@ -440,23 +442,23 @@
|
|
|
440
442
|
|
|
441
443
|
.fwe-notification-item-content {
|
|
442
444
|
position: relative;
|
|
443
|
-
margin-left:
|
|
444
|
-
margin-right:
|
|
445
|
-
padding-top:
|
|
446
|
-
padding-bottom:
|
|
445
|
+
margin-left: variables.$spacer-l + variables.$spacer-m;
|
|
446
|
+
margin-right: variables.$spacer-m;
|
|
447
|
+
padding-top: variables.$spacer-s;
|
|
448
|
+
padding-bottom: variables.$spacer-s;
|
|
447
449
|
|
|
448
450
|
.fwe-item-header {
|
|
449
|
-
font-weight:
|
|
451
|
+
font-weight: variables.$font-weight-bold;
|
|
450
452
|
margin-bottom: 4px;
|
|
451
453
|
}
|
|
452
454
|
|
|
453
455
|
.fwe-item-footer {
|
|
454
|
-
font-size:
|
|
455
|
-
color:
|
|
456
|
+
font-size: variables.$font-size-small;
|
|
457
|
+
color: variables.$text-disabled;
|
|
456
458
|
margin-top: 11px;
|
|
457
459
|
}
|
|
458
460
|
|
|
459
|
-
font-family:
|
|
461
|
+
font-family: variables.$font-family-base;
|
|
460
462
|
|
|
461
463
|
&::before {
|
|
462
464
|
content: "";
|
|
@@ -489,7 +491,7 @@
|
|
|
489
491
|
|
|
490
492
|
&::before {
|
|
491
493
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGc+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJub25lIi8+PC9nPjxnIGlkPSJlNmQ1NGM1MS1lMDNkLTRkNWMtYmQ5Yy0xNjk5Mzg1YzRiODQiIGRhdGEtbmFtZT0iY29udGVudCI+PHBhdGggZD0iTTE1LjIxNTcsMTMuNTI5NDIsOC44ODIzMiwxLjY1NDQyYTEsMSwwLDAsMC0xLjc2NDY0LDBMLjc4NDMsMTMuNTI5NDJBMSwxLDAsMCwwLDEuNjY2NzUsMTVIMTQuMzMzMzdhMSwxLDAsMCwwLC44ODIzMy0xLjQ3MDU4Wk05LDEzSDdWMTFIOVptMC0zSDdWNUg5WiIgZmlsbD0iI2Q1MDAwMCIvPjwvZz48L3N2Zz4=");
|
|
492
|
-
color:
|
|
494
|
+
color: variables.$red;
|
|
493
495
|
}
|
|
494
496
|
}
|
|
495
497
|
}
|