@invopop/popui 0.1.66 → 0.1.67
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/tailwind.theme.css +12 -9
- package/package.json +1 -1
package/dist/tailwind.theme.css
CHANGED
|
@@ -1008,24 +1008,27 @@
|
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
1010
|
.icon-sidebar-hide_anim_line {
|
|
1011
|
-
|
|
1011
|
+
transform: translate(3.5px, 0.5px);
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
|
-
.icon-sidebar-
|
|
1015
|
-
|
|
1014
|
+
.icon-sidebar-hide:hover .icon-sidebar-hide_anim_line {
|
|
1015
|
+
transform: translate(-.25px, 0.5px) scale(0.70, 1);
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
|
-
.icon-sidebar-
|
|
1019
|
-
|
|
1018
|
+
.icon-sidebar-hide_anim {
|
|
1019
|
+
overflow: hidden;
|
|
1020
1020
|
}
|
|
1021
1021
|
|
|
1022
1022
|
.icon-sidebar-hide:hover .icon-sidebar-hide_anim_line rect {
|
|
1023
1023
|
rx: 0.5px;
|
|
1024
1024
|
}
|
|
1025
1025
|
|
|
1026
|
+
.icon-sidebar-hide_anim_arrow {
|
|
1027
|
+
transform: translate(-1.5px, -2px);
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1026
1030
|
.icon-sidebar-hide:hover .icon-sidebar-hide_anim_arrow {
|
|
1027
|
-
transform: translate(-
|
|
1028
|
-
display: block;
|
|
1031
|
+
transform: translate(-4px, -2px);
|
|
1029
1032
|
}
|
|
1030
1033
|
|
|
1031
1034
|
/* Animated sidebar show icon */
|
|
@@ -1057,7 +1060,7 @@
|
|
|
1057
1060
|
}
|
|
1058
1061
|
|
|
1059
1062
|
.icon-sidebar-show:hover .icon-sidebar-show_anim_arrow {
|
|
1060
|
-
|
|
1063
|
+
transform: scale(-1, 1) translate(-4px, 0);
|
|
1061
1064
|
}
|
|
1062
1065
|
|
|
1063
1066
|
/* Animated pulse icon */
|
|
@@ -1067,4 +1070,4 @@
|
|
|
1067
1070
|
@keyframes icon-pulse-animation {
|
|
1068
1071
|
0%, 100% { fill: var(--color-background-default-tertiary); }
|
|
1069
1072
|
40% { fill: var(--color-accent-50); }
|
|
1070
|
-
}
|
|
1073
|
+
}
|