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