funuicss 3.7.6 → 3.7.8
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/css/fun.css +4 -2
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -981,7 +981,7 @@ link:hover {
|
|
|
981
981
|
cursor: pointer;
|
|
982
982
|
font-size: var(--minifiedFontSize);
|
|
983
983
|
position: relative;
|
|
984
|
-
overflow: visible
|
|
984
|
+
overflow: visible;
|
|
985
985
|
z-index: 1;
|
|
986
986
|
line-height: 1 !important;
|
|
987
987
|
height: var(--inputButtonHeight);
|
|
@@ -1023,6 +1023,7 @@ link:hover {
|
|
|
1023
1023
|
background-color: transparent;
|
|
1024
1024
|
position: relative;
|
|
1025
1025
|
transition: 0.3s;
|
|
1026
|
+
overflow: hidden !important;
|
|
1026
1027
|
}
|
|
1027
1028
|
.button_fill_span {
|
|
1028
1029
|
position: absolute;
|
|
@@ -1055,6 +1056,7 @@ link:hover {
|
|
|
1055
1056
|
transform: scale(1, 1);
|
|
1056
1057
|
}
|
|
1057
1058
|
|
|
1059
|
+
|
|
1058
1060
|
.raisedBtn , .raised{
|
|
1059
1061
|
box-shadow: var(--raised);
|
|
1060
1062
|
}
|
|
@@ -10613,4 +10615,4 @@ z-index: 10;
|
|
|
10613
10615
|
|
|
10614
10616
|
@keyframes ping {
|
|
10615
10617
|
75%, 100% { transform: scale(2); opacity: 0; }
|
|
10616
|
-
}
|
|
10618
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.7.
|
|
2
|
+
"version": "3.7.8",
|
|
3
3
|
"name": "funuicss",
|
|
4
4
|
"description": "React and Next.js component UI Library for creating Easy and good looking websites with fewer lines of code. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
|
|
5
5
|
"main": "index.js",
|