mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-17 05:21:07 +00:00
fix: improve transitions
This commit is contained in:
parent
41950a923f
commit
4afd93323a
1 changed files with 2 additions and 2 deletions
|
|
@ -174,14 +174,14 @@
|
|||
@apply flex items-center;
|
||||
@apply rounded-xl;
|
||||
|
||||
@apply transition-all duration-300;
|
||||
@apply transition-all duration-200;
|
||||
|
||||
@apply hover:bg-sspsBlue focus:bg-sspsBlue;
|
||||
@apply hover:text-white focus:text-white;
|
||||
}
|
||||
|
||||
.list div :global(path) {
|
||||
@apply transition-all duration-300;
|
||||
@apply transition-all duration-100;
|
||||
}
|
||||
|
||||
.list div:hover :global(path) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue