3h1-ui 3.0.0-next.78 → 3.0.0-next.79
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/es/style.css +3 -3
- package/lib/style.css +3 -3
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -8731,7 +8731,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8731
8731
|
display: flex;
|
|
8732
8732
|
flex-direction: column;
|
|
8733
8733
|
overflow: hidden;
|
|
8734
|
-
background:
|
|
8734
|
+
background-color: var(--theme);
|
|
8735
8735
|
padding-top: 16px;
|
|
8736
8736
|
}
|
|
8737
8737
|
.shy-container-nav {
|
|
@@ -8776,8 +8776,8 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8776
8776
|
justify-content: center;
|
|
8777
8777
|
align-items: center;
|
|
8778
8778
|
gap: 8px;
|
|
8779
|
-
border-top: 1px solid var(--gray-
|
|
8780
|
-
background-color: var(--gray-
|
|
8779
|
+
border-top: 1px solid var(--gray-2);
|
|
8780
|
+
background-color: var(--gray-0);
|
|
8781
8781
|
}
|
|
8782
8782
|
.shy-container-footer-buttons {
|
|
8783
8783
|
display: flex;
|
package/lib/style.css
CHANGED
|
@@ -8731,7 +8731,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8731
8731
|
display: flex;
|
|
8732
8732
|
flex-direction: column;
|
|
8733
8733
|
overflow: hidden;
|
|
8734
|
-
background:
|
|
8734
|
+
background-color: var(--theme);
|
|
8735
8735
|
padding-top: 16px;
|
|
8736
8736
|
}
|
|
8737
8737
|
.shy-container-nav {
|
|
@@ -8776,8 +8776,8 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8776
8776
|
justify-content: center;
|
|
8777
8777
|
align-items: center;
|
|
8778
8778
|
gap: 8px;
|
|
8779
|
-
border-top: 1px solid var(--gray-
|
|
8780
|
-
background-color: var(--gray-
|
|
8779
|
+
border-top: 1px solid var(--gray-2);
|
|
8780
|
+
background-color: var(--gray-0);
|
|
8781
8781
|
}
|
|
8782
8782
|
.shy-container-footer-buttons {
|
|
8783
8783
|
display: flex;
|