Files
karma/ui/src/Components/Grid/AlertGrid/index.css
Łukasz Mierzwa 5836d72513 fix(ui): fix grid animations
Fade on mount wasn't working because it was placed at the wrong level.
Animate group moves around the grid.
2019-04-13 10:45:24 +01:00

6 lines
141 B
CSS

.components-grid-alertgrid-alertgroup {
transition-property: top, left;
transition-duration: 0.3s;
transition-timing-function: ease;
}