Przeglądaj źródła

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

changed the position of the background-image
Yuki Takei 6 lat temu
rodzic
commit
a37b660f65

+ 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;
 }