up
This commit is contained in:
@ -184,7 +184,7 @@ export default {
|
||||
|
||||
<style rel="stylesheet/scss" lang="scss">
|
||||
$loginHeight:570px;
|
||||
$loginForm:370px;
|
||||
$loginForm:383px;
|
||||
.login {
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
@ -225,9 +225,8 @@ $loginForm:370px;
|
||||
border-radius: 6px;
|
||||
background: #ffffff;
|
||||
width: 400px;
|
||||
height: 60%;
|
||||
min-height: $loginForm;
|
||||
padding: 25px 25px 5px 25px;
|
||||
padding: 25px;
|
||||
position: absolute;
|
||||
right: 15%;
|
||||
top: 20%;
|
||||
@ -253,7 +252,6 @@ $loginForm:370px;
|
||||
top: calc(20% - 20px);
|
||||
background: #ffffff;
|
||||
width: 400px;
|
||||
height: 60%;
|
||||
min-height: $loginForm;
|
||||
opacity: 0.3;
|
||||
z-index: 1;
|
||||
|
Reference in New Issue
Block a user