瀏覽代碼

css user conect

Kevin 4 年之前
父節點
當前提交
8ad7a9ccd1

+ 4 - 0
web/.htaccess

@@ -180,3 +180,7 @@ AddEncoding gzip svgz
   # Disable Proxy header, since it's an attack vector.
   RequestHeader unset Proxy
 </IfModule>
+
+#RewriteEngine On
+#RewriteCond %{SERVER_PORT} 80
+#RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

File diff suppressed because it is too large
+ 20 - 0
web/themes/custom/popsu_colloque/css-compiled/index.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu_colloque/css-compiled/index.min.css


+ 41 - 0
web/themes/custom/popsu_colloque/css/components/admin/connect.scss

@@ -0,0 +1,41 @@
+form{
+  &.user-login-form{
+    padding: 2rem;
+    background: white;
+    & > div {
+      &:not(:last-child){        
+        margin-bottom: 2rem;
+      }
+      .js-form-required{
+        margin-bottom: 0;
+        font-family: 'truenoregular';
+      }
+      input{
+        border: 2px solid $color2;
+        border-radius: 10px;
+        padding: 0.5rem;
+        &:focus{
+          border: 2px solid $color1;
+          border-radius: 10px!important;
+          padding: 0.5rem!important;
+          outline: none!important;
+        }
+      }
+      .description{
+        font-size: 0.8rem;
+        margin-top: 0.4rem;
+        font-family: 'truenolight';
+      }
+    }
+    #edit-actions{
+      display: flex;
+      input{
+        margin: auto;
+        background: white;
+        &:hover{
+          @include shadow;
+        }
+      }
+    }
+  }
+}

+ 1 - 1
web/themes/custom/popsu_colloque/css/index.scss

@@ -29,6 +29,7 @@
 // components
 @import "components/admin/edit.scss";
 @import "components/admin/toolbar.scss";
+@import "components/admin/connect.scss";
 @import "components/header/header.scss";
 @import "components/header/sub_menu.scss";
 @import "components/forms/filter.scss";
@@ -162,7 +163,6 @@ article img,
   max-width: 100%;
 }
 
-
 // tac
 #tarteaucitronRoot{
    #tarteaucitronDisclaimerAlert,

Some files were not shown because too many files changed in this diff