urfu-ui-kit-vanilla 1.0.48 → 1.0.49
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/package.json +1 -4
- package/src/main.css +6 -89
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "UrFU UI-Kit for Vanilla Web",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.49",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"start": "vite",
|
|
@@ -16,9 +16,6 @@
|
|
|
16
16
|
"typescript": "^4.9.3",
|
|
17
17
|
"vite": "^4.2.0"
|
|
18
18
|
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"air-datepicker": "^3.4.0"
|
|
21
|
-
},
|
|
22
19
|
"files": [
|
|
23
20
|
"src/main.css",
|
|
24
21
|
"src/ui-icons.css",
|
package/src/main.css
CHANGED
|
@@ -23,6 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
* {
|
|
25
25
|
box-sizing: border-box;
|
|
26
|
+
transition-property: color, background-color, border-color, background-image, box-shadow;
|
|
27
|
+
transition-duration: 0.15s;
|
|
28
|
+
transition-timing-function: ease-in-out;
|
|
26
29
|
}
|
|
27
30
|
p,
|
|
28
31
|
h1,
|
|
@@ -118,9 +121,6 @@ button {
|
|
|
118
121
|
column-gap: 8px;
|
|
119
122
|
justify-content: center;
|
|
120
123
|
align-items: center;
|
|
121
|
-
transition-property: color, background-color, border-color, background-image;
|
|
122
|
-
transition-duration: 0.15s;
|
|
123
|
-
transition-timing-function: ease-in-out;
|
|
124
124
|
color: white;
|
|
125
125
|
background-color: #1E4391;
|
|
126
126
|
}
|
|
@@ -217,9 +217,6 @@ button {
|
|
|
217
217
|
column-gap: 8px;
|
|
218
218
|
justify-content: center;
|
|
219
219
|
align-items: center;
|
|
220
|
-
transition-property: color, background-color, border-color, background-image;
|
|
221
|
-
transition-duration: 0.15s;
|
|
222
|
-
transition-timing-function: ease-in-out;
|
|
223
220
|
padding: 0;
|
|
224
221
|
width: 52px;
|
|
225
222
|
height: 52px;
|
|
@@ -249,9 +246,6 @@ button {
|
|
|
249
246
|
align-items: center;
|
|
250
247
|
white-space: nowrap;
|
|
251
248
|
cursor: pointer;
|
|
252
|
-
transition-property: color, background-color, border-color, background-image;
|
|
253
|
-
transition-duration: 0.15s;
|
|
254
|
-
transition-timing-function: ease-in-out;
|
|
255
249
|
color: #1E4391;
|
|
256
250
|
}
|
|
257
251
|
.u-button-text:hover,
|
|
@@ -301,9 +295,6 @@ button {
|
|
|
301
295
|
color: #222222;
|
|
302
296
|
background-color: #FFFFFF;
|
|
303
297
|
width: 100%;
|
|
304
|
-
transition-property: color, background-color, border-color, background-image;
|
|
305
|
-
transition-duration: 0.15s;
|
|
306
|
-
transition-timing-function: ease-in-out;
|
|
307
298
|
border: 1px solid #D3D3D3;
|
|
308
299
|
}
|
|
309
300
|
.u-input:hover,
|
|
@@ -345,9 +336,6 @@ button {
|
|
|
345
336
|
display: none;
|
|
346
337
|
}
|
|
347
338
|
.u-input[type="search"]::-webkit-search-cancel-button {
|
|
348
|
-
transition-property: color, background-color, border-color, background-image;
|
|
349
|
-
transition-duration: 0.15s;
|
|
350
|
-
transition-timing-function: ease-in-out;
|
|
351
339
|
cursor: pointer;
|
|
352
340
|
-webkit-appearance: none;
|
|
353
341
|
width: 12px;
|
|
@@ -369,9 +357,6 @@ button {
|
|
|
369
357
|
color: #222222;
|
|
370
358
|
background-color: #FFFFFF;
|
|
371
359
|
width: 100%;
|
|
372
|
-
transition-property: color, background-color, border-color, background-image;
|
|
373
|
-
transition-duration: 0.15s;
|
|
374
|
-
transition-timing-function: ease-in-out;
|
|
375
360
|
border: 1px solid #EF302B;
|
|
376
361
|
}
|
|
377
362
|
.u-input-required:hover,
|
|
@@ -416,9 +401,6 @@ button {
|
|
|
416
401
|
background-color: transparent;
|
|
417
402
|
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.38415 5.53884L9.31663 0.819867C9.58801 0.494204 9.35643 -0.000225067 8.93252 -0.000225067L1.06756 -0.000225067C0.64364 -0.000225067 0.412061 0.494203 0.683447 0.819866L4.61593 5.53884C4.81582 5.77872 5.18425 5.77872 5.38415 5.53884Z' fill='%23748AB9'/%3E%3C/svg%3E%0A");
|
|
418
403
|
background-repeat: no-repeat;
|
|
419
|
-
transition-property: color, background-color, border-color, background-image;
|
|
420
|
-
transition-duration: 0.15s;
|
|
421
|
-
transition-timing-function: ease-in-out;
|
|
422
404
|
}
|
|
423
405
|
.u-number .u-number-down:hover {
|
|
424
406
|
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.38415 5.53884L9.31663 0.819867C9.58801 0.494204 9.35643 -0.000225067 8.93252 -0.000225067L1.06756 -0.000225067C0.64364 -0.000225067 0.412061 0.494203 0.683447 0.819866L4.61593 5.53884C4.81582 5.77872 5.18425 5.77872 5.38415 5.53884Z' fill='%231E4391'/%3E%3C/svg%3E%0A");
|
|
@@ -437,9 +419,6 @@ button {
|
|
|
437
419
|
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.38415 5.53884L9.31663 0.819867C9.58801 0.494204 9.35643 -0.000225067 8.93252 -0.000225067L1.06756 -0.000225067C0.64364 -0.000225067 0.412061 0.494203 0.683447 0.819866L4.61593 5.53884C4.81582 5.77872 5.18425 5.77872 5.38415 5.53884Z' fill='%23748AB9'/%3E%3C/svg%3E%0A");
|
|
438
420
|
background-repeat: no-repeat;
|
|
439
421
|
transform: rotate(180deg);
|
|
440
|
-
transition-property: color, background-color, border-color, background-image;
|
|
441
|
-
transition-duration: 0.15s;
|
|
442
|
-
transition-timing-function: ease-in-out;
|
|
443
422
|
}
|
|
444
423
|
.u-number .u-number-up:hover {
|
|
445
424
|
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.38415 5.53884L9.31663 0.819867C9.58801 0.494204 9.35643 -0.000225067 8.93252 -0.000225067L1.06756 -0.000225067C0.64364 -0.000225067 0.412061 0.494203 0.683447 0.819866L4.61593 5.53884C4.81582 5.77872 5.18425 5.77872 5.38415 5.53884Z' fill='%231E4391'/%3E%3C/svg%3E%0A");
|
|
@@ -474,9 +453,6 @@ button {
|
|
|
474
453
|
color: #222222;
|
|
475
454
|
background-color: #FFFFFF;
|
|
476
455
|
width: 100%;
|
|
477
|
-
transition-property: color, background-color, border-color, background-image;
|
|
478
|
-
transition-duration: 0.15s;
|
|
479
|
-
transition-timing-function: ease-in-out;
|
|
480
456
|
border: 1px solid #D3D3D3;
|
|
481
457
|
position: relative;
|
|
482
458
|
}
|
|
@@ -519,9 +495,6 @@ button {
|
|
|
519
495
|
display: none;
|
|
520
496
|
}
|
|
521
497
|
.u-selectbox-select[type="search"]::-webkit-search-cancel-button {
|
|
522
|
-
transition-property: color, background-color, border-color, background-image;
|
|
523
|
-
transition-duration: 0.15s;
|
|
524
|
-
transition-timing-function: ease-in-out;
|
|
525
498
|
cursor: pointer;
|
|
526
499
|
-webkit-appearance: none;
|
|
527
500
|
width: 12px;
|
|
@@ -543,9 +516,6 @@ button {
|
|
|
543
516
|
color: #222222;
|
|
544
517
|
background-color: #FFFFFF;
|
|
545
518
|
width: 100%;
|
|
546
|
-
transition-property: color, background-color, border-color, background-image;
|
|
547
|
-
transition-duration: 0.15s;
|
|
548
|
-
transition-timing-function: ease-in-out;
|
|
549
519
|
border: 1px solid #EF302B;
|
|
550
520
|
}
|
|
551
521
|
.u-selectbox-select-required:hover,
|
|
@@ -588,9 +558,6 @@ button {
|
|
|
588
558
|
height: 12px;
|
|
589
559
|
right: 20px;
|
|
590
560
|
top: calc(50% - 7px);
|
|
591
|
-
transition-property: color, background-color, border-color, background-image;
|
|
592
|
-
transition-duration: 0.15s;
|
|
593
|
-
transition-timing-function: ease-in-out;
|
|
594
561
|
}
|
|
595
562
|
.u-selectbox-select-icon-cross {
|
|
596
563
|
position: absolute;
|
|
@@ -601,9 +568,6 @@ button {
|
|
|
601
568
|
height: 12px;
|
|
602
569
|
right: 44px;
|
|
603
570
|
top: calc(50% - 5px);
|
|
604
|
-
transition-property: color, background-color, border-color, background-image;
|
|
605
|
-
transition-duration: 0.15s;
|
|
606
|
-
transition-timing-function: ease-in-out;
|
|
607
571
|
}
|
|
608
572
|
.u-selectbox-select-icon-cross:hover {
|
|
609
573
|
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%231E4391'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%231E4391'/%3E%3C/svg%3E ");
|
|
@@ -697,9 +661,6 @@ button {
|
|
|
697
661
|
color: #222222;
|
|
698
662
|
background-color: #FFFFFF;
|
|
699
663
|
width: 100%;
|
|
700
|
-
transition-property: color, background-color, border-color, background-image;
|
|
701
|
-
transition-duration: 0.15s;
|
|
702
|
-
transition-timing-function: ease-in-out;
|
|
703
664
|
border: 1px solid #D3D3D3;
|
|
704
665
|
min-height: 48px;
|
|
705
666
|
height: 100%;
|
|
@@ -745,9 +706,6 @@ button {
|
|
|
745
706
|
display: none;
|
|
746
707
|
}
|
|
747
708
|
.u-multiselectbox-select-wrapper[type="search"]::-webkit-search-cancel-button {
|
|
748
|
-
transition-property: color, background-color, border-color, background-image;
|
|
749
|
-
transition-duration: 0.15s;
|
|
750
|
-
transition-timing-function: ease-in-out;
|
|
751
709
|
cursor: pointer;
|
|
752
710
|
-webkit-appearance: none;
|
|
753
711
|
width: 12px;
|
|
@@ -769,9 +727,6 @@ button {
|
|
|
769
727
|
color: #222222;
|
|
770
728
|
background-color: #FFFFFF;
|
|
771
729
|
width: 100%;
|
|
772
|
-
transition-property: color, background-color, border-color, background-image;
|
|
773
|
-
transition-duration: 0.15s;
|
|
774
|
-
transition-timing-function: ease-in-out;
|
|
775
730
|
border: 1px solid #EF302B;
|
|
776
731
|
}
|
|
777
732
|
.u-multiselectbox-select-wrapper-required:hover,
|
|
@@ -861,9 +816,6 @@ button {
|
|
|
861
816
|
height: 12px;
|
|
862
817
|
right: 46px;
|
|
863
818
|
top: 19px;
|
|
864
|
-
transition-property: color, background-color, border-color, background-image;
|
|
865
|
-
transition-duration: 0.15s;
|
|
866
|
-
transition-timing-function: ease-in-out;
|
|
867
819
|
}
|
|
868
820
|
.u-multiselectbox-select-icon-cross:hover {
|
|
869
821
|
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%231E4391'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%231E4391'/%3E%3C/svg%3E ");
|
|
@@ -929,7 +881,6 @@ button {
|
|
|
929
881
|
min-width: 16px;
|
|
930
882
|
height: 16px;
|
|
931
883
|
position: relative;
|
|
932
|
-
transition: all 0.15s ease-out;
|
|
933
884
|
background-repeat: no-repeat;
|
|
934
885
|
top: 2px;
|
|
935
886
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
|
|
@@ -976,9 +927,6 @@ button {
|
|
|
976
927
|
color: #222222;
|
|
977
928
|
background-color: #FFFFFF;
|
|
978
929
|
width: 100%;
|
|
979
|
-
transition-property: color, background-color, border-color, background-image;
|
|
980
|
-
transition-duration: 0.15s;
|
|
981
|
-
transition-timing-function: ease-in-out;
|
|
982
930
|
border: 1px solid #D3D3D3;
|
|
983
931
|
position: relative;
|
|
984
932
|
padding: 8px 16px 7px 16px;
|
|
@@ -1030,9 +978,6 @@ button {
|
|
|
1030
978
|
display: none;
|
|
1031
979
|
}
|
|
1032
980
|
.u-multiselectbox-simple-select[type="search"]::-webkit-search-cancel-button {
|
|
1033
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1034
|
-
transition-duration: 0.15s;
|
|
1035
|
-
transition-timing-function: ease-in-out;
|
|
1036
981
|
cursor: pointer;
|
|
1037
982
|
-webkit-appearance: none;
|
|
1038
983
|
width: 12px;
|
|
@@ -1054,9 +999,6 @@ button {
|
|
|
1054
999
|
color: #222222;
|
|
1055
1000
|
background-color: #FFFFFF;
|
|
1056
1001
|
width: 100%;
|
|
1057
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1058
|
-
transition-duration: 0.15s;
|
|
1059
|
-
transition-timing-function: ease-in-out;
|
|
1060
1002
|
border: 1px solid #EF302B;
|
|
1061
1003
|
}
|
|
1062
1004
|
.u-multiselectbox-simple-select-required:hover,
|
|
@@ -1116,9 +1058,6 @@ button {
|
|
|
1116
1058
|
height: 12px;
|
|
1117
1059
|
right: 44px;
|
|
1118
1060
|
top: 19px;
|
|
1119
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1120
|
-
transition-duration: 0.15s;
|
|
1121
|
-
transition-timing-function: ease-in-out;
|
|
1122
1061
|
}
|
|
1123
1062
|
.u-multiselectbox-simple-select-icon-cross:hover {
|
|
1124
1063
|
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3386 0.661444C11.7039 1.02675 11.7039 1.61903 11.3386 1.98433L1.98434 11.3386C1.61904 11.7039 1.02676 11.7039 0.661455 11.3386C0.29615 10.9733 0.296149 10.381 0.661454 10.0157L10.0157 0.661444C10.381 0.296138 10.9733 0.296138 11.3386 0.661444Z' fill='%231E4391'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.661432 0.661444C1.02674 0.296138 1.61901 0.296138 1.98432 0.661444L11.3385 10.0157C11.7039 10.381 11.7038 10.9733 11.3385 11.3386C10.9732 11.7039 10.381 11.7039 10.0157 11.3386L0.661432 1.98433C0.296127 1.61903 0.296127 1.02675 0.661432 0.661444Z' fill='%231E4391'/%3E%3C/svg%3E ");
|
|
@@ -1177,7 +1116,6 @@ button {
|
|
|
1177
1116
|
min-width: 16px;
|
|
1178
1117
|
height: 16px;
|
|
1179
1118
|
position: relative;
|
|
1180
|
-
transition: all 0.15s ease-out;
|
|
1181
1119
|
background-repeat: no-repeat;
|
|
1182
1120
|
top: 2px;
|
|
1183
1121
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
|
|
@@ -1216,9 +1154,6 @@ button {
|
|
|
1216
1154
|
background-color: transparent;
|
|
1217
1155
|
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.728 4C13.6396 4 16 6.36036 16 9.272C16 12.1836 13.6396 14.544 10.728 14.544C9.2719 14.544 7.95527 13.955 7.00013 12.9999C6.04499 12.0447 5.456 10.7281 5.456 9.272C5.456 6.36036 7.81635 4 10.728 4ZM18 9.272C18 5.25579 14.7442 2 10.728 2C6.71178 2 3.456 5.25579 3.456 9.272C3.456 10.9191 4.00448 12.4394 4.92744 13.6583L1.58579 17L3 18.4142L6.34165 15.0726C7.56063 15.9955 9.0809 16.544 10.728 16.544C14.7442 16.544 18 13.2882 18 9.272Z' fill='%231E4391'/%3E%3C/svg%3E ");
|
|
1218
1156
|
background-repeat: no-repeat;
|
|
1219
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1220
|
-
transition-duration: 0.15s;
|
|
1221
|
-
transition-timing-function: ease-in-out;
|
|
1222
1157
|
}
|
|
1223
1158
|
.u-password {
|
|
1224
1159
|
position: relative;
|
|
@@ -1417,9 +1352,6 @@ button {
|
|
|
1417
1352
|
color: #222222;
|
|
1418
1353
|
background-color: #FFFFFF;
|
|
1419
1354
|
width: 100%;
|
|
1420
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1421
|
-
transition-duration: 0.15s;
|
|
1422
|
-
transition-timing-function: ease-in-out;
|
|
1423
1355
|
cursor: text;
|
|
1424
1356
|
display: inline-block;
|
|
1425
1357
|
min-height: 48px;
|
|
@@ -1471,9 +1403,6 @@ button {
|
|
|
1471
1403
|
color: #222222;
|
|
1472
1404
|
background-color: #FFFFFF;
|
|
1473
1405
|
width: 100%;
|
|
1474
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1475
|
-
transition-duration: 0.15s;
|
|
1476
|
-
transition-timing-function: ease-in-out;
|
|
1477
1406
|
cursor: text;
|
|
1478
1407
|
display: inline-block;
|
|
1479
1408
|
min-height: 48px;
|
|
@@ -1525,9 +1454,6 @@ button {
|
|
|
1525
1454
|
color: #222222;
|
|
1526
1455
|
background-color: #FFFFFF;
|
|
1527
1456
|
width: 100%;
|
|
1528
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1529
|
-
transition-duration: 0.15s;
|
|
1530
|
-
transition-timing-function: ease-in-out;
|
|
1531
1457
|
cursor: pointer;
|
|
1532
1458
|
border: 1px solid #D3D3D3;
|
|
1533
1459
|
background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7666_4018)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 4C2.89543 4 2 4.89543 2 6V16C2 17.1046 2.89543 18 4 18H16C17.1046 18 18 17.1046 18 16V6C18 4.89543 17.1046 4 16 4H4ZM0 6C0 3.79086 1.79086 2 4 2H16C18.2091 2 20 3.79086 20 6V16C20 18.2091 18.2091 20 16 20H4C1.79086 20 0 18.2091 0 16V6Z' fill='%231E4391'/%3E%3Cpath d='M5 1C5 0.447715 5.44772 0 6 0C6.55228 0 7 0.447715 7 1V5C7 5.55228 6.55228 6 6 6C5.44772 6 5 5.55228 5 5V1Z' fill='%231E4391'/%3E%3Cpath d='M13 1C13 0.447715 13.4477 0 14 0C14.5523 0 15 0.447715 15 1V5C15 5.55228 14.5523 6 14 6C13.4477 6 13 5.55228 13 5V1Z' fill='%231E4391'/%3E%3Cpath d='M3 9C3 8.44772 3.44772 8 4 8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H4C3.44772 10 3 9.55228 3 9Z' fill='%231E4391'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7666_4018'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ") no-repeat;
|
|
@@ -1675,7 +1601,6 @@ button {
|
|
|
1675
1601
|
width: 16px;
|
|
1676
1602
|
height: 16px;
|
|
1677
1603
|
position: relative;
|
|
1678
|
-
transition: all 0.15s ease-in-out;
|
|
1679
1604
|
background-repeat: no-repeat;
|
|
1680
1605
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23D3D3D3'/%3E%3C/svg%3E%0A");
|
|
1681
1606
|
}
|
|
@@ -1710,7 +1635,6 @@ button {
|
|
|
1710
1635
|
min-width: 16px;
|
|
1711
1636
|
height: 16px;
|
|
1712
1637
|
position: relative;
|
|
1713
|
-
transition: all 0.15s ease-out;
|
|
1714
1638
|
background-repeat: no-repeat;
|
|
1715
1639
|
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='1.5' fill='white' stroke='%23D3D3D3'/%3E%3C/svg%3E ");
|
|
1716
1640
|
}
|
|
@@ -1798,9 +1722,6 @@ button {
|
|
|
1798
1722
|
padding: 0 18px;
|
|
1799
1723
|
font-size: 16px;
|
|
1800
1724
|
font-weight: 600;
|
|
1801
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1802
|
-
transition-duration: 0.15s;
|
|
1803
|
-
transition-timing-function: ease-in-out;
|
|
1804
1725
|
color: #A7A7A7;
|
|
1805
1726
|
background-color: transparent;
|
|
1806
1727
|
border: 2px solid #D3D3D3;
|
|
@@ -1835,9 +1756,6 @@ button {
|
|
|
1835
1756
|
border-bottom: 2px solid transparent;
|
|
1836
1757
|
font-size: 16px;
|
|
1837
1758
|
font-weight: 400;
|
|
1838
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1839
|
-
transition-duration: 0.15s;
|
|
1840
|
-
transition-timing-function: ease-in-out;
|
|
1841
1759
|
background-color: transparent;
|
|
1842
1760
|
color: #A7A7A7;
|
|
1843
1761
|
border-bottom: 1px solid #A7A7A7;
|
|
@@ -1863,9 +1781,6 @@ button {
|
|
|
1863
1781
|
border-bottom: 2px solid transparent;
|
|
1864
1782
|
font-size: 16px;
|
|
1865
1783
|
font-weight: 400;
|
|
1866
|
-
transition-property: color, background-color, border-color, background-image;
|
|
1867
|
-
transition-duration: 0.15s;
|
|
1868
|
-
transition-timing-function: ease-in-out;
|
|
1869
1784
|
background-color: transparent;
|
|
1870
1785
|
color: #748AB9;
|
|
1871
1786
|
}
|
|
@@ -2084,6 +1999,9 @@ button {
|
|
|
2084
1999
|
border: none;
|
|
2085
2000
|
outline: none;
|
|
2086
2001
|
}
|
|
2002
|
+
.u-icon {
|
|
2003
|
+
transition: none;
|
|
2004
|
+
}
|
|
2087
2005
|
.u-status {
|
|
2088
2006
|
display: flex;
|
|
2089
2007
|
justify-content: center;
|
|
@@ -2096,7 +2014,6 @@ button {
|
|
|
2096
2014
|
height: 20px;
|
|
2097
2015
|
padding: 0 8px;
|
|
2098
2016
|
border-radius: 8px;
|
|
2099
|
-
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2100
2017
|
}
|
|
2101
2018
|
.u-status.u-status-large {
|
|
2102
2019
|
line-height: 1.4;
|