فهرست منبع

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