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

131644 change position relativety

soumaeda 2 лет назад
Родитель
Сommit
20c8d183e3

+ 4 - 0
apps/app/src/components/Layout/NoLoginLayout.module.scss

@@ -23,6 +23,10 @@
         padding-top: 30px;
         padding-top: 30px;
         padding-bottom: 10px;
         padding-bottom: 10px;
       }
       }
+
+      .nologin-dialog {
+        position: relative;
+      }
     }
     }
 
 
   }
   }

+ 1 - 1
apps/app/src/components/LoginForm.module.scss

@@ -12,7 +12,7 @@
 
 
   .link-growi-org {
   .link-growi-org {
     position: absolute;
     position: absolute;
+    bottom: 9px;
     z-index: 3;
     z-index: 3;
-    margin-top: -1.75rem;
   }
   }
 }
 }