浏览代码

css form connexion

ouidade 1 年之前
父节点
当前提交
1aea1a7179
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 0 1
      web/themes/custom/reha/css/reha.css
  2. 2 5
      web/themes/custom/reha/scss/partials/_header.scss

+ 0 - 1
web/themes/custom/reha/css/reha.css

@@ -341,7 +341,6 @@ header {
   header .titre {
     display: inline-flex;
     font-weight: 800;
-    font-size: 1.8rem;
     position: relative; }
     header .titre ::after {
       content: url(../images/noun-cross-1151731.svg);

+ 2 - 5
web/themes/custom/reha/scss/partials/_header.scss

@@ -93,10 +93,7 @@ header{
                         margin-top: 0;
                         margin-bottom: 4rem;
                         padding-bottom: 4rem;
-                        
-                        li{
-                            // margin-bottom: 3rem;
-                        }
+                      
                         .create-account-link{
                             display: none;
                         }
@@ -227,7 +224,7 @@ header{
     .titre{
         display: inline-flex;
         font-weight: 800;
-        font-size: 1.8rem;
+        // font-size: 1.8rem;
         position: relative;
         // margin-top: 2rem;
         ::after{