new test svg background, minor form tweaks

pull/10193/head
Trent White 8 years ago
parent 5356605e1a
commit 583a4f5314
  1. 2334
      public/img/heatmap_bg_test.svg
  2. 7
      public/sass/pages/_login.scss

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 131 KiB

@ -8,6 +8,8 @@
display: flex;
align-items: center;
justify-content: center;
background-image: url(../img/heatmap_bg_test.svg);
background-size: 100%;
}
input:-webkit-autofill,
@ -39,6 +41,7 @@ select:-webkit-autofill:focus {
.login-form-input {
border: 1px solid #fafafa !important;
border-radius: 4px !important;
opacity: .6;
}
.login-button-group {
@ -69,13 +72,13 @@ select:-webkit-autofill:focus {
justify-content: center;
border-right: 1px solid #fafafa;
img {
width: 12rem;
width: 10rem;
}
.icon-gf-grafana_wordmark {
color: $link-color;
position: relative;
font-size: 4rem;
text-shadow: 3px 3px 5px black;
text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
}

Loading…
Cancel
Save