|
|
@@ -13,12 +13,23 @@
|
|
|
// $light: #;
|
|
|
// $dark: #;
|
|
|
|
|
|
-// add background-image
|
|
|
-#page-wrapper {
|
|
|
- background-image: url('/images/themes/antarctic/bg.svg');
|
|
|
- background-attachment: fixed;
|
|
|
- background-position: center center;
|
|
|
- background-size: cover;
|
|
|
+.growi:not(.login-page) {
|
|
|
+ // add background-image
|
|
|
+ #page-wrapper {
|
|
|
+ background-image: url('/images/themes/antarctic/bg.svg');
|
|
|
+ background-attachment: fixed;
|
|
|
+ background-position: center center;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.growi.login-page {
|
|
|
+ #page-wrapper {
|
|
|
+ background-image: url('/images/themes/antarctic/topimage.svg');
|
|
|
+ background-attachment: fixed;
|
|
|
+ background-position: center center;
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
$themecolor: #000080;
|