Преглед изворни кода

Merge pull request #1620 from weseek/change-background-image

changed the position of the background-image
Yuki Takei пре 6 година
родитељ
комит
a37b660f65
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 1 - 1
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -34,7 +34,7 @@ $wikilinktext-hover: lighten($wikilinktext, 20%);
   background-color: rgba(255, 255, 255, 0.8);
   background-image: url('/images/themes/spring/spring04.svg');
   background-attachment: fixed;
-  background-position: center center;
+  background-position: bottom;
   background-size: cover;
 }