@dgithiomi/sbui-web 1.0.4 → 1.0.6
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/dist/index.cjs +13 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +19 -19
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +12 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -858,6 +858,9 @@ video {
|
|
|
858
858
|
.ml-2 {
|
|
859
859
|
margin-left: 0.5rem;
|
|
860
860
|
}
|
|
861
|
+
.mt-1 {
|
|
862
|
+
margin-top: 0.25rem;
|
|
863
|
+
}
|
|
861
864
|
.inline-block {
|
|
862
865
|
display: inline-block;
|
|
863
866
|
}
|
|
@@ -874,9 +877,9 @@ video {
|
|
|
874
877
|
width: 1.25rem;
|
|
875
878
|
height: 1.25rem;
|
|
876
879
|
}
|
|
877
|
-
.size-
|
|
878
|
-
width: 1.
|
|
879
|
-
height: 1.
|
|
880
|
+
.size-7 {
|
|
881
|
+
width: 1.75rem;
|
|
882
|
+
height: 1.75rem;
|
|
880
883
|
}
|
|
881
884
|
.h-1 {
|
|
882
885
|
height: 0.25rem;
|
|
@@ -954,6 +957,9 @@ video {
|
|
|
954
957
|
.animate-\[progress_1s_linear_infinite\] {
|
|
955
958
|
animation: progress 1s linear infinite;
|
|
956
959
|
}
|
|
960
|
+
.\!cursor-pointer {
|
|
961
|
+
cursor: pointer !important;
|
|
962
|
+
}
|
|
957
963
|
.cursor-not-allowed {
|
|
958
964
|
cursor: not-allowed;
|
|
959
965
|
}
|
|
@@ -1002,6 +1008,9 @@ video {
|
|
|
1002
1008
|
.gap-3 {
|
|
1003
1009
|
gap: 0.75rem;
|
|
1004
1010
|
}
|
|
1011
|
+
.self-start {
|
|
1012
|
+
align-self: flex-start;
|
|
1013
|
+
}
|
|
1005
1014
|
.overflow-hidden {
|
|
1006
1015
|
overflow: hidden;
|
|
1007
1016
|
}
|