@wizishop/angular-components 14.4.68 → 14.4.69
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/angular-components.scss
CHANGED
|
@@ -150,74 +150,6 @@ $wac-link-active: #38A3F1!default;
|
|
|
150
150
|
.wac-table__head__cell--checkbox .wac-field-checkbox__row {
|
|
151
151
|
transform: translateX(5px);
|
|
152
152
|
}
|
|
153
|
-
.wac-alert {
|
|
154
|
-
width: 100%;
|
|
155
|
-
background-color: transparentize($wac-link-color, 0.85);
|
|
156
|
-
color: $wac-link-color;
|
|
157
|
-
border-radius: 3px;
|
|
158
|
-
display: flex;
|
|
159
|
-
flex-wrap: nowrap;
|
|
160
|
-
justify-content: space-between;
|
|
161
|
-
padding: 20px;
|
|
162
|
-
&.success {
|
|
163
|
-
background-color: transparentize($wac-green-color, 0.85);
|
|
164
|
-
p {
|
|
165
|
-
color: $wac-p-alert-color-success;
|
|
166
|
-
> * {
|
|
167
|
-
color: $wac-p-alert-color-success;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
i {
|
|
171
|
-
color: $wac-green-color;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
&.warning {
|
|
175
|
-
background-color: transparentize($wac-primary-button, 0.85);
|
|
176
|
-
p {
|
|
177
|
-
color: $wac-p-alert-color-warning;
|
|
178
|
-
> * {
|
|
179
|
-
color: $wac-p-alert-color-warning;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
i {
|
|
183
|
-
color: $wac-primary-button;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
&.alert {
|
|
187
|
-
background-color: transparentize($wac-orange-color, 0.85);
|
|
188
|
-
p {
|
|
189
|
-
color: $wac-p-alert-color-alert;
|
|
190
|
-
> * {
|
|
191
|
-
color: $wac-p-alert-color-alert;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
i {
|
|
195
|
-
color: $wac-orange-color;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
p {
|
|
199
|
-
width: 100%;
|
|
200
|
-
font-size: rem(14);
|
|
201
|
-
line-height: rem(25);
|
|
202
|
-
margin: 0;
|
|
203
|
-
padding: 0;
|
|
204
|
-
color: $wac-p-alert-color-default;
|
|
205
|
-
> * {
|
|
206
|
-
color: $wac-p-alert-color-default;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
i {
|
|
210
|
-
width: auto;
|
|
211
|
-
margin: 0 10px 0 0;
|
|
212
|
-
color: inherit;
|
|
213
|
-
font-size: rem(14);
|
|
214
|
-
line-height: rem(25);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.wac-button i {
|
|
218
|
-
color: $wac-white;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
153
|
.wac-alert-popup {
|
|
222
154
|
.alert {
|
|
223
155
|
z-index: 999999;
|
|
@@ -440,6 +372,74 @@ $wac-link-active: #38A3F1!default;
|
|
|
440
372
|
}
|
|
441
373
|
|
|
442
374
|
}
|
|
375
|
+
.wac-alert {
|
|
376
|
+
width: 100%;
|
|
377
|
+
background-color: transparentize($wac-link-color, 0.85);
|
|
378
|
+
color: $wac-link-color;
|
|
379
|
+
border-radius: 3px;
|
|
380
|
+
display: flex;
|
|
381
|
+
flex-wrap: nowrap;
|
|
382
|
+
justify-content: space-between;
|
|
383
|
+
padding: 20px;
|
|
384
|
+
&.success {
|
|
385
|
+
background-color: transparentize($wac-green-color, 0.85);
|
|
386
|
+
p {
|
|
387
|
+
color: $wac-p-alert-color-success;
|
|
388
|
+
> * {
|
|
389
|
+
color: $wac-p-alert-color-success;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
i {
|
|
393
|
+
color: $wac-green-color;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
&.warning {
|
|
397
|
+
background-color: transparentize($wac-primary-button, 0.85);
|
|
398
|
+
p {
|
|
399
|
+
color: $wac-p-alert-color-warning;
|
|
400
|
+
> * {
|
|
401
|
+
color: $wac-p-alert-color-warning;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
i {
|
|
405
|
+
color: $wac-primary-button;
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
&.alert {
|
|
409
|
+
background-color: transparentize($wac-orange-color, 0.85);
|
|
410
|
+
p {
|
|
411
|
+
color: $wac-p-alert-color-alert;
|
|
412
|
+
> * {
|
|
413
|
+
color: $wac-p-alert-color-alert;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
i {
|
|
417
|
+
color: $wac-orange-color;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
p {
|
|
421
|
+
width: 100%;
|
|
422
|
+
font-size: rem(14);
|
|
423
|
+
line-height: rem(25);
|
|
424
|
+
margin: 0;
|
|
425
|
+
padding: 0;
|
|
426
|
+
color: $wac-p-alert-color-default;
|
|
427
|
+
> * {
|
|
428
|
+
color: $wac-p-alert-color-default;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
i {
|
|
432
|
+
width: auto;
|
|
433
|
+
margin: 0 10px 0 0;
|
|
434
|
+
color: inherit;
|
|
435
|
+
font-size: rem(14);
|
|
436
|
+
line-height: rem(25);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.wac-button i {
|
|
440
|
+
color: $wac-white;
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
443
|
.wac-back {
|
|
444
444
|
width: 40px;
|
|
445
445
|
height: 40px;
|
|
@@ -2900,6 +2900,7 @@ wac-calendar {
|
|
|
2900
2900
|
transition: all 0.3s ease-in-out;
|
|
2901
2901
|
}
|
|
2902
2902
|
&:after {
|
|
2903
|
+
display: block!important;
|
|
2903
2904
|
left: 7px;
|
|
2904
2905
|
top: 8px;
|
|
2905
2906
|
transition: all 0.3s ease-in-out;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|