armansansd 3 tahun lalu
induk
melakukan
1c80bf8dca

File diff ditekan karena terlalu besar
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 4 - 1
web/themes/custom/popsu/sass/pages/_default.scss

@@ -12,6 +12,9 @@ article, .paragraph{
         margin-bottom: .5rem;
     }
 }
+.layout-container{
+    background-color: $bck-col;
+} 
 .prog-ressources-link,.ressources-link{
     display: inline-block;
     margin: 0 auto;
@@ -83,7 +86,7 @@ article, .paragraph{
         width: 100vw;
         height: 40vh;
         background: $trame;
-        box-shadow: inset 0 -5rem 8rem white;
+        box-shadow: inset 0 -5rem 8rem $bck-col;
         z-index: -1;
     }
     .block-region-third{

+ 1 - 1
web/themes/custom/popsu/sass/pages/_programme.scss

@@ -433,7 +433,7 @@
             opacity: 1;
             position: absolute;
             top: 0; bottom: 0; left: -15px; right: -15px;
-            box-shadow: inset white 0 -4rem 2rem;
+            box-shadow: inset $bck-col 0 -4rem 2rem;
         }
         .body_open{
             height: auto;

+ 1 - 1
web/themes/custom/popsu/sass/pages/_themes.scss

@@ -154,7 +154,7 @@
             opacity: 1;
             position: absolute;
             top: 0; bottom: 0; left: -15px; right: -15px;
-            box-shadow: inset white 0 -2rem 2rem;
+            box-shadow: inset $bck-col 0 -2rem 2rem;
         }
         .body_open{
             height: auto !important;

+ 1 - 1
web/themes/custom/popsu/sass/pages/partials/_header_footer.scss

@@ -315,7 +315,7 @@
 }
 
 
-footer{
+footer[role="contentinfo"]{
     background: white;
 	// margin-top: 3rem;
    

+ 2 - 1
web/themes/custom/popsu/sass/setup/_globals.scss

@@ -131,7 +131,8 @@ iframe{
 	// padding: .5rem;
 	a{
 		text-decoration: none;
-		color: white;display: block;
+		color: white;
+		display: block;
 		padding: .6rem;
 		font-weight: 600;
 		font-size: 0;

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini