deemixer/src/styles/css/helpers.css

8 lines
87 B
CSS
Raw Normal View History

.changing-theme {
transition: all 200ms ease-in-out;
}
[v-cloak] {
display: none;
}