yohei0125 3 лет назад
Родитель
Сommit
30f09b35bc
1 измененных файлов с 20 добавлено и 20 удалено
  1. 20 20
      packages/app/src/components/Theme/ThemeKibela.module.scss

+ 20 - 20
packages/app/src/components/Theme/ThemeKibela.module.scss

@@ -7,26 +7,6 @@ $themelight: #f4f5f6;
 $subthemecolor: rgb(88, 130, 250);
 $lightthemecolor: rgba(181, 203, 247, 0.61);
 
-.main {
-  .container,
-  .container-sm,
-  .container-md,
-  .container-lg,
-  .container-fluid {
-    padding-top: 30px;
-    padding-bottom: 30px;
-    background-color: white;
-    border-radius: 0.35em;
-  }
-}
-
-.user-page-footer {
-  margin-top: 3rem;
-  margin-bottom: 3rem;
-  background-color: white;
-  border-radius: 0.35em;
-}
-
 // Light Mode
 .theme :global {
   // Background colors
@@ -101,6 +81,26 @@ $lightthemecolor: rgba(181, 203, 247, 0.61);
   @import '../../styles/theme/apply-colors';
   @import '../../styles/theme/apply-colors-light';
 
+  .main {
+    .container,
+    .container-sm,
+    .container-md,
+    .container-lg,
+    .container-fluid {
+      padding-top: 30px;
+      padding-bottom: 30px;
+      background-color: white;
+      border-radius: 0.35em;
+    }
+  }
+
+  .user-page-footer {
+    margin-top: 3rem;
+    margin-bottom: 3rem;
+    background-color: white;
+    border-radius: 0.35em;
+  }
+
   //Button
   .grw-page-editor-mode-manager {
     .btn.btn-outline-primary {