mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
938 B
SCSS
47 lines
938 B
SCSS
#raw{
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
#raw-form{
|
|
max-width: 95%;
|
|
width: 450px;
|
|
margin: auto;
|
|
background: rgba(var(--bs-body-bg),.5);
|
|
backdrop-filter: blur(4px);
|
|
box-shadow: -2px -2px 7px #560000, 2px 2px 7px #5e00b5;
|
|
position: relative;
|
|
.xshop-raw-logo{
|
|
height: 128px;
|
|
position: absolute;
|
|
top: -64px;
|
|
margin: auto;
|
|
display: block;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
.circle-btn{
|
|
position: absolute;
|
|
bottom: -35px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
|
|
#webgl {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
outline: none;
|
|
z-index: -1;
|
|
background: transparent;
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
|