You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
428 B

3 years ago
.wc-container {
position: relative;
width: 100%;
height: 100%;
}
3 years ago
.wc-canvas {
display: none;
position: absolute;
3 years ago
width: 375px;
3 years ago
height: 100%;
3 years ago
z-index: -1;
}
.wc-main {
position: relative;
3 years ago
width: 100%;
height: 100%;
3 years ago
margin-left: -40%;
3 years ago
margin-top: -46px;
3 years ago
}
.wc-item {
white-space: nowrap;
position: absolute;
display: block;
transform-origin: 50% 40%;
}