Explorar el Código

add bgimage style for antarctic

yohei0125 hace 3 años
padre
commit
45e0afe9f4
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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;