mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
13 lines
205 B
CSS
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;
|
|
}
|