This commit is contained in:
parent
1cf4289aef
commit
29ee33fbbc
15 changed files with 249 additions and 980 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue