Files
talk/client/coral-ui/components/Drawer.css
T
2017-05-03 09:32:05 -06:00

13 lines
205 B
CSS

.wrapper {
transition: opacity 250ms;
position: fixed;
z-index: 10000;
background-color: rgba(0, 0, 0, .2);
height: 100%;
width: 100%;
}
.drawer {
transition: transform 500ms ease-in-out;
}