mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-03 20:19:15 +00:00
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
// Animations
|
|
|
|
.@{prefix}-fade {
|
|
opacity: 0;
|
|
.transition(opacity .15s linear);
|
|
|
|
&.@{prefix}-in {
|
|
opacity: 1;
|
|
}
|
|
}
|