another style improvement for login page
This commit is contained in:
@ -7,16 +7,6 @@
|
||||
}
|
||||
|
||||
|
||||
.login-right {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: 5vw;
|
||||
margin-left: 5vw;
|
||||
}
|
||||
|
||||
.login-left {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@ -26,14 +16,22 @@
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-right {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
margin-left: auto;
|
||||
margin-right: 5vw;
|
||||
margin-left: 5vw;
|
||||
justify-content: inherit;
|
||||
}
|
||||
|
||||
|
||||
.login-logo-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-bottom: auto;
|
||||
outline: solid 1px khaki;
|
||||
}
|
||||
|
||||
.login-login-block {
|
||||
@ -41,22 +39,24 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
outline: solid 1px aquamarine;
|
||||
}
|
||||
|
||||
|
||||
.login-links-block {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
margin-top: auto;
|
||||
margin-bottom: 2vh;
|
||||
outline: solid 1px olive;
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
|
||||
.login-logo {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
||||
.login-button {
|
||||
margin-top: "10px";
|
||||
padding: 16px 32px;
|
||||
@ -85,3 +85,8 @@
|
||||
color: var(--links-main-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.login-link:hover {
|
||||
color: var(--links-hover-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user