Explorar el Código

adjust external auth form colors

Yuki Takei hace 5 años
padre
commit
bf78619c34
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      src/client/styles/scss/theme/_apply-colors-dark.scss

+ 8 - 0
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -148,6 +148,14 @@ ul.pagination {
     }
     }
   }
   }
 
 
+  .grw-external-auth-form {
+    border-color: gray !important;
+  }
+
+  .btn-external-auth-tab {
+    @extend .btn-dark;
+  }
+
   // footer link text
   // footer link text
   .link-growi-org {
   .link-growi-org {
     color: rgba(white, 0.4);
     color: rgba(white, 0.4);