فهرست منبع

remove unnecessary code

Yuki Takei 3 سال پیش
والد
کامیت
bf674a3138
2فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 14
      packages/app/src/components/Invited.module.scss
  2. 0 5
      packages/app/src/components/Layout/NoLoginLayout.module.scss

+ 0 - 14
packages/app/src/components/Invited.module.scss

@@ -1,14 +0,0 @@
-.invited,
-.nologin.error {
-  .main .row {
-    @media (min-width: 510px) {
-      .offset-sm-4 {
-        margin-left: calc(50% - 240px);
-      }
-
-      .col-sm-4 {
-        width: 480px;
-      }
-    }
-  }
-}

+ 0 - 5
packages/app/src/components/Layout/NoLoginLayout.module.scss

@@ -14,11 +14,6 @@
     .main {
       width: 100vw;
 
-      > .row {
-        margin-right: 20px;
-        margin-left: 20px;
-      }
-
       .nologin-header {
         display: flex;
         flex-direction: column;