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

@ -255,7 +255,7 @@ li,
button {
font-size: 1.125rem;
[class^="tabler--"] {
.icon {
transform: scale(1.13);
}
}
@ -619,7 +619,7 @@ html[data-theme="dark"] {
text-shadow: unset;
}
[class^="tabler--"] {
.icon {
padding-right: .3em;
transition: .2s all;
}
@ -628,7 +628,7 @@ html[data-theme="dark"] {
li:hover {
transition: .2s all;
[class^="tabler--"] {
.icon {
transform: scale(2.5) translateX(-.1rem) translateY(.1rem) rotate(15deg);
transition: .2s all;
}