@snabcentr/client-ui 5.7.3 → 5.7.4
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
CHANGED
package/release_notes.tmp
CHANGED
|
@@ -554,18 +554,6 @@ video {
|
|
|
554
554
|
display: none;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
.sr-only {
|
|
558
|
-
position: absolute;
|
|
559
|
-
width: 1px;
|
|
560
|
-
height: 1px;
|
|
561
|
-
padding: 0;
|
|
562
|
-
margin: -1px;
|
|
563
|
-
overflow: hidden;
|
|
564
|
-
clip: rect(0, 0, 0, 0);
|
|
565
|
-
white-space: nowrap;
|
|
566
|
-
border-width: 0;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
557
|
.pointer-events-none {
|
|
570
558
|
pointer-events: none;
|
|
571
559
|
}
|
|
@@ -800,10 +788,6 @@ video {
|
|
|
800
788
|
display: block;
|
|
801
789
|
}
|
|
802
790
|
|
|
803
|
-
.inline-block {
|
|
804
|
-
display: inline-block;
|
|
805
|
-
}
|
|
806
|
-
|
|
807
791
|
.flex {
|
|
808
792
|
display: flex;
|
|
809
793
|
}
|
|
@@ -931,6 +915,10 @@ video {
|
|
|
931
915
|
max-height: 5rem;
|
|
932
916
|
}
|
|
933
917
|
|
|
918
|
+
.\!min-h-0 {
|
|
919
|
+
min-height: 0px !important;
|
|
920
|
+
}
|
|
921
|
+
|
|
934
922
|
.min-h-8 {
|
|
935
923
|
min-height: 2rem;
|
|
936
924
|
}
|
|
@@ -1427,6 +1415,10 @@ video {
|
|
|
1427
1415
|
object-position: right;
|
|
1428
1416
|
}
|
|
1429
1417
|
|
|
1418
|
+
.\!p-0 {
|
|
1419
|
+
padding: 0px !important;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1430
1422
|
.\!p-\[0\.4rem\] {
|
|
1431
1423
|
padding: 0.4rem !important;
|
|
1432
1424
|
}
|
|
@@ -1781,6 +1773,10 @@ video {
|
|
|
1781
1773
|
text-decoration-line: line-through;
|
|
1782
1774
|
}
|
|
1783
1775
|
|
|
1776
|
+
.opacity-0 {
|
|
1777
|
+
opacity: 0;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1784
1780
|
.opacity-50 {
|
|
1785
1781
|
opacity: 0.5;
|
|
1786
1782
|
}
|