Browse Source

correction 29/08/2021

armansansd 3 years ago
parent
commit
8f3a27dfb1

+ 4 - 3
web/themes/custom/popsu/css/styles.css

@@ -1977,6 +1977,8 @@ footer {
 
 .path-centre-de-ressources {
   background-color: #eff2f9; }
+  .path-centre-de-ressources .slick-slider {
+    display: none; }
   .path-centre-de-ressources .programme-1 {
     color: #4dabc1; }
     .path-centre-de-ressources .programme-1 .views-field-field-programme .field-content {
@@ -2122,13 +2124,12 @@ footer {
       top: 0; }
   .path-centre-de-ressources .content_container > div > h2:first-child {
     text-align: center;
-    background-color: #98d0d9;
+    background: center/80% linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/motif_croix.svg);
     padding: 1rem 0; }
   .path-centre-de-ressources form {
-    background-color: #98d0d9;
+    background: center/80% linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/motif_croix.svg);
     display: grid;
     padding: 5rem 0 1rem 0;
-    margin-top: -3rem;
     column-gap: 1rem;
     grid-template-columns: calc(10% - 3em) repeat(4, 20%); }
     .path-centre-de-ressources form > div:first-child {

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 7 - 3
web/themes/custom/popsu/sass/pages/_ressources.scss

@@ -1,4 +1,8 @@
 .path-centre-de-ressources{
+	//tmp 
+	.slick-slider{
+		display: none;
+	}
 	//colo programme 
 	
 	.programme-1{
@@ -245,16 +249,16 @@
 	.content_container{
 		&>div>h2:first-child{
 			text-align: center;
-			background-color: $lightblue;
+			background: $trame;
 			padding: 1rem 0;
 		}
 	}
 	
 	form{
-		background-color: $lightblue;
+		background: $trame;
 		display: grid;
 		padding: 5rem 0 1rem 0;
-		margin-top: -3rem;
+		//margin-top: -3rem;
 		column-gap: 1rem;
 		grid-template-columns: calc(10% - 3em) repeat(4, 20%);
 		&>div:first-child{

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