2020-05-29 19:31:19 +05:00
|
|
|
:global(#app) {
|
|
|
|
|
.wrapper {
|
2020-06-04 21:15:22 +05:00
|
|
|
background: rgba(0, 0, 0, 0.16);
|
2020-05-29 19:31:19 +05:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
height: 100%;
|
2021-06-24 01:05:22 +05:00
|
|
|
padding: 10px 20px 0;
|
2020-05-29 19:31:19 +05:00
|
|
|
}
|
|
|
|
|
}
|