mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
styled login page for ie11
This commit is contained in:
parent
a20f3d196c
commit
ff62036f15
@ -3,6 +3,7 @@ $login-border: #8daac5;
|
|||||||
.login {
|
.login {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
min-height: 85vh;
|
min-height: 85vh;
|
||||||
|
height: 80vh;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@ -290,9 +291,14 @@ select:-webkit-autofill:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
|
.login-content {
|
||||||
|
flex: 1 0 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.login-branding {
|
.login-branding {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
padding: 2rem 4rem;
|
padding: 2rem 4rem;
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
.logo-icon {
|
.logo-icon {
|
||||||
width: 130px;
|
width: 130px;
|
||||||
@ -371,7 +377,7 @@ select:-webkit-autofill:focus {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
content: "";
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user