6 lines
81 B
CSS
6 lines
81 B
CSS
|
/* License: LGPL-3.0-or-later */
|
||
|
.transition-slow {
|
||
|
transition: 300ms ease;
|
||
|
}
|
||
|
|