Просмотр исходного кода

add bgimage style for antarctic

yohei0125 3 лет назад
Родитель
Сommit
45e0afe9f4
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      packages/app/src/components/Theme/ThemeAntarctic.module.scss

+ 12 - 0
packages/app/src/components/Theme/ThemeAntarctic.module.scss

@@ -34,6 +34,18 @@
   }
 }
 
+.theme :global {
+  .bg-image-wrapper {
+    position: fixed;
+    width: 100%;
+    height: 100%;
+  }
+
+  .bg-image {
+    object-fit: cover;
+  }
+}
+
 $themecolor: #000080;
 $themelight: #f0f8ff;
 $accentcolor: #ffd700;