Move animations into _animations
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
1a128c3a00
commit
8e3be15365
3 changed files with 20 additions and 18 deletions
|
@ -38,15 +38,6 @@ $button-gap: 24px;
|
|||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@keyframes mx_ImageView_panel_keyframes {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_ImageView_panel {
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue