modifications to login page
This commit is contained in:
@@ -71,7 +71,6 @@ body .link:hover,
|
||||
color: var(--orange);
|
||||
}
|
||||
|
||||
#logo,
|
||||
#layout > .header,
|
||||
#layout-sidebar .header,
|
||||
#layout-list .header,
|
||||
@@ -80,11 +79,10 @@ body .link:hover,
|
||||
}
|
||||
|
||||
#logo {
|
||||
max-height: 100px;
|
||||
max-width: 100%;
|
||||
font-family: var(--font-family-monospace);
|
||||
font-weight: 500;
|
||||
letter-spacing: 1px;
|
||||
max-height: 60px;
|
||||
max-width: 260px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* Guard the login layout in case the parent Elastic stylesheet did not load
|
||||
@@ -105,7 +103,8 @@ body.task-login #logo {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 16vh;
|
||||
max-height: 100px;
|
||||
max-height: 60px;
|
||||
max-width: 260px;
|
||||
}
|
||||
|
||||
#login-form {
|
||||
|
||||
Reference in New Issue
Block a user