Skip to content

Commit bd93673

Browse files
committed
move animation to animations.css
1 parent b346618 commit bd93673

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

web_src/css/base.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,11 +1197,6 @@ img.ui.avatar,
11971197
box-shadow: none;
11981198
}
11991199

1200-
.ui.modal {
1201-
animation-name: fadein;
1202-
animation-duration: 300ms;
1203-
}
1204-
12051200
.ui.dimmer {
12061201
background: var(--color-overlay-backdrop);
12071202
}

web_src/css/modules/animations.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@ code.language-math.is-loading::after {
105105
.pulse {
106106
animation: pulse 2s linear;
107107
}
108+
109+
.ui.modal {
110+
animation-name: fadein;
111+
animation-duration: 300ms;
112+
}

0 commit comments

Comments
 (0)