mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
style: add smooth transition
This commit is contained in:
parent
735d9ebebf
commit
3b33e09547
@ -9,6 +9,7 @@
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: linear-gradient(var(--color-neutral-100), transparent);
|
background: linear-gradient(var(--color-neutral-100), transparent);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
transition: 0.2s;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user