@streamoid/ui 0.6.16 → 0.6.17
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.css +7 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1274,6 +1274,11 @@
|
|
|
1274
1274
|
overflow: visible;
|
|
1275
1275
|
aspect-ratio: 1;
|
|
1276
1276
|
}
|
|
1277
|
+
.ScCheckbox_scCheckbox > svg {
|
|
1278
|
+
display: block;
|
|
1279
|
+
width: 100%;
|
|
1280
|
+
height: 100%;
|
|
1281
|
+
}
|
|
1277
1282
|
.ScCheckbox_scCheckbox.ScCheckbox_state-default .ScCheckbox_vector,
|
|
1278
1283
|
.ScCheckbox_scCheckbox.ScCheckbox_state-selected .ScCheckbox_vector,
|
|
1279
1284
|
.ScCheckbox_scCheckbox.ScCheckbox_state-partial .ScCheckbox_vector {
|
|
@@ -5949,7 +5954,7 @@
|
|
|
5949
5954
|
display: flex;
|
|
5950
5955
|
align-items: center;
|
|
5951
5956
|
justify-content: center;
|
|
5952
|
-
background: rgba(
|
|
5957
|
+
background: rgba(16, 16, 16, 0.7);
|
|
5953
5958
|
}
|
|
5954
5959
|
.ScModal_content {
|
|
5955
5960
|
padding: 24px;
|
|
@@ -9872,6 +9877,7 @@
|
|
|
9872
9877
|
}
|
|
9873
9878
|
.ScProfilePopup_menuOptionInstance {
|
|
9874
9879
|
cursor: pointer;
|
|
9880
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
9875
9881
|
}
|
|
9876
9882
|
.ScProfilePopup_menuOptionInstance:focus-visible {
|
|
9877
9883
|
outline: var(--stroke-st2, 2px) solid var(--alias-border-default, #3e3e3e);
|