merge
This commit is contained in:
@@ -75,14 +75,13 @@ const confirmBtn = () => {
|
|||||||
width: 77vw;
|
width: 77vw;
|
||||||
height: 60vw;
|
height: 60vw;
|
||||||
background-image: url('../assets/images/popup.webp');
|
background-image: url('../assets/images/popup.webp');
|
||||||
background-size: cover;
|
background-size: 100%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: -webkit-fill-available;
|
|
||||||
}
|
}
|
||||||
.scene-item {
|
.scene-item {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user