@revotech-group/revotech-ui-kit 0.0.89 → 0.0.91
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/library.css
CHANGED
|
@@ -1797,9 +1797,9 @@ body {
|
|
|
1797
1797
|
outline-offset: 2px;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
-
.focus-within\:rtg-ring-
|
|
1800
|
+
.focus-within\:rtg-ring-1:focus-within {
|
|
1801
1801
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1802
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
1802
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1803
1803
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
@@ -1807,10 +1807,6 @@ body {
|
|
|
1807
1807
|
--tw-ring-color: hsl(var(--ring));
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
|
-
.focus-within\:rtg-ring-offset-2:focus-within {
|
|
1811
|
-
--tw-ring-offset-width: 2px;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
1810
|
.hover\:\!rtg-bg-slate-100:hover {
|
|
1815
1811
|
--tw-bg-opacity: 1 !important;
|
|
1816
1812
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)) !important;
|