Procházet zdrojové kódy

changed the position of the background-image

kaoritokashiki před 6 roky
rodič
revize
73f4184111

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