optimize icons css
All checks were successful
/ build (push) Successful in 1m21s

This commit is contained in:
Ruben 2025-06-30 17:33:06 -05:00
commit 29ee33fbbc
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
15 changed files with 249 additions and 980 deletions

View file

@ -87,7 +87,7 @@
white-space: nowrap;
}
[class^="tabler--"] {
.icon {
transform: scale(1.1);
transition: all .3s;
}
@ -104,7 +104,7 @@
transition: all .3s;
}
[class^="tabler--"] {
.icon {
transform: scale(5) translateY(.9rem) translateX(.4rem) rotate(10deg);
transition: all .3s;
}
@ -174,7 +174,7 @@
padding: .3rem .5rem !important;
position: relative;
[class^="tabler--"] {
.icon {
padding: 0 .5rem !important;
pointer-events: none;
transform: translateY(.1rem) scale(1.5);
@ -183,7 +183,7 @@
}
label[data-toggle="nav-settings"]:hover {
[class^="tabler--"] {
.icon {
transform: translateY(.1rem) scale(1.5) rotate(360deg);
transition: all 1.3s;
}