ouidade 9 mesi fa
parent
commit
0e1337475e

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/reha/dist/css/bundle.css


+ 1 - 3
web/themes/custom/reha/scss/global/variables/_buttons.scss

@@ -3,7 +3,7 @@
 
 %buttonwithborder {
     text-transform: uppercase;
-    padding: 0.5rem;
+    padding: 0.3rem;
     border: solid black 1px;
     margin-bottom: 1rem;
     background-color: $white-button;
@@ -83,5 +83,3 @@
 }
  
 
-
-

+ 23 - 4
web/themes/custom/reha/scss/partials/_aside.scss

@@ -53,6 +53,8 @@ aside.layout-sidebar-second{
     }
     .view-current-user-doc-profile{
         padding: 0 2rem ;
+        display: flex;
+        flex-direction: column;
     }
     .profile--type--collaborateur{
         .field--name-field-site{
@@ -72,7 +74,7 @@ aside.layout-sidebar-second{
 
             > div:nth-child(1)::before{
                 content: url('../../dist/images/noun-file-6880430.svg');
-                display: inline-block;
+                display: inline-flex;
                 width: 70px;
                 height: auto;
                 // align-content: center;
@@ -88,21 +90,38 @@ aside.layout-sidebar-second{
         }
     }  
     footer{
-        @extend %buttonwithborder;
+        text-transform: uppercase;
+
+        border: solid black 1px;
+        background-color: $white-button;
+        font-size: 0.9rem;
         width: fit-content;
-        padding: 0.3rem;
         font-weight: 400;
+        @media (max-width:891px) {
+            font-size: 1rem;
+         }
+         p{margin: 0;
+            padding: 0.3rem;}
         :hover{
             background-color: $yellow-puca;
         }
-    }  
+    } 
+    .view-footer{
+        padding-top: 0;
+        align-self: center;
+    } 
 
   
 }
 aside.layout-sidebar-second.open {
     transform: translateX(90%); /* Par défaut ouvert */
     transition: transform 0.35s;
+    &:hover{
+        background-color: $yellow-puca;
+    }
+    
 }
 aside.layout-sidebar-second {
     transform: translateX(0%);
+
 }

+ 7 - 2
web/themes/custom/reha/scss/partials/_forms.scss

@@ -21,7 +21,7 @@ input{
 }
 .form-submit{
 
-    height: 4rem !important;
+    height: 3rem !important;
     margin-bottom: 1rem;
     font-size: 1.2rem;
     font-weight: 300;
@@ -56,4 +56,9 @@ input{
     @extend %buttonwithborder;
 
 }
-           
+
+h4{
+    text-align: start;
+    padding-left:10% ;
+    font-size: 2rem;
+}

+ 1 - 1
web/themes/custom/reha/templates/views-view.html.twig

@@ -67,7 +67,7 @@
   {{ more }}
 
   {% if footer %}
-    <footer>
+    <footer class='view-footer'>
       {{ footer }}
     </footer>
   {% endif %}

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