feat: new page UI + db fixes + installer improvements
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-image: url('../static/svg/login-bg-motif.svg');
|
||||
background-image: url('../static/svg/motif-blocks.svg');
|
||||
background-position: center center;
|
||||
background-repeat: repeat;
|
||||
background-size: 500px;
|
||||
@@ -33,20 +33,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 95vw;
|
||||
height: 95vh;
|
||||
border: 3px dotted rgba(255,255,255,.2);
|
||||
border-radius: 50px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
z-index: 1;
|
||||
&-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
img {
|
||||
|
Reference in New Issue
Block a user