ouidade 9 maanden geleden
bovenliggende
commit
fbcc0c0377

BIN
web/themes/custom/reha/android-chrome-192x192.png


BIN
web/themes/custom/reha/android-chrome-512x512.png


BIN
web/themes/custom/reha/apple-touch-icon.png


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


+ 2 - 2
web/themes/custom/reha/dist/css/bundle.css

@@ -1035,11 +1035,11 @@ aside.layout-sidebar-second footer.view-footer :hover {
   background-color: #fdc300;
 }
 
-aside.layout-sidebar-second.open {
+aside.layout-sidebar-second.close {
   transform: translateX(85%); /* Par défaut ouvert */
   transition: transform 0.35s;
 }
-aside.layout-sidebar-second.open:hover {
+aside.layout-sidebar-second.close:hover {
   background-color: #fdc300;
 }
 

BIN
web/themes/custom/reha/favicon-16x16.png


BIN
web/themes/custom/reha/favicon-32x32.png


BIN
web/themes/custom/reha/favicon.ico


+ 3 - 3
web/themes/custom/reha/js/reha.js

@@ -90,18 +90,18 @@ jQuery(document).ready(function($){
     $(document).ready(function() {
       // Vérifier l'état initial depuis sessionStorage
       if (sessionStorage.getItem('asideOpened') === 'true') {
-          $(".layout-sidebar-second").addClass('open');
+          $(".layout-sidebar-second").addClass('close');
       }
 
       $(".profile--type--collaborateur").click(function(event) {
           // Ouvrir .tiroir fichiers
-          $(".layout-sidebar-second").addClass('open');
+          $(".layout-sidebar-second").addClass('close');
           sessionStorage.setItem('asideOpened', 'true');
       });
 
       $("#block-reha-views-block-current-user-doc-profile-block-1 > h2").click(function(event) {
           // Fermer .tiroir fichiers
-          $(".layout-sidebar-second").removeClass('open');
+          $(".layout-sidebar-second").removeClass('close');
           sessionStorage.setItem('asideOpened', 'false');
       });
   });

+ 1 - 1
web/themes/custom/reha/scss/partials/_aside.scss

@@ -140,7 +140,7 @@ aside.layout-sidebar-second{
     
   
 }
-aside.layout-sidebar-second.open {
+aside.layout-sidebar-second.close {
     transform: translateX(85%); /* Par défaut ouvert */
     transition: transform 0.35s;
     &:hover{

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