Bläddra i källkod

Merge branch 'master' of gogs-figureslibres.io:bachir/d9-eql

bach 3 år sedan
förälder
incheckning
fe99a1a0d4

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 9b46db9c56faf2cbc965ea1b76ce5345e7f46c0f
+Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0

+ 2 - 5
web/themes/custom/eql/css-compiled/styles.css

@@ -280,16 +280,13 @@ a {
         grid-column: 2 /span 3;
         grid-column: 2 /span 3;
         grid-row: 2 / span 2;
         grid-row: 2 / span 2;
         font-size: 5rem;
         font-size: 5rem;
-        text-decoration: underline;
         font-weight: 900;
         font-weight: 900;
         color: #009ee3;
         color: #009ee3;
-        line-height: 6rem;
+        line-height: 7rem;
         margin-top: 6rem;
         margin-top: 6rem;
         margin-bottom: 5rem;
         margin-bottom: 5rem;
         width: fit-content; }
         width: fit-content; }
-        .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche p {
-          display: inline-block;
-          margin: 0px auto 0px auto;
+        .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche span {
           background-color: white; }
           background-color: white; }
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
       .path-frontpage .block-region-content .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title {
         grid-column: 4;
         grid-column: 4;

+ 4 - 8
web/themes/custom/eql/scss/pages/_home.scss

@@ -34,21 +34,17 @@
                     .field--name-field-accroche{
                     .field--name-field-accroche{
                         grid-column: 2 /span 3;
                         grid-column: 2 /span 3;
                         grid-row: 2 / span 2;
                         grid-row: 2 / span 2;
-                        font-size: 5rem;
-                        text-decoration: underline;
-                        // background-color: $white;
+                        font-size: 5rem;                        
                         font-weight: 900;
                         font-weight: 900;
                         color: $blue-light;
                         color: $blue-light;
-                        line-height: 6rem;
+                        line-height: 7rem;
                         margin-top: 6rem;
                         margin-top: 6rem;
                         margin-bottom: 5rem;
                         margin-bottom: 5rem;
                         width: fit-content;
                         width: fit-content;
-                        p{
-                            display: inline-block;
-                            margin: 0px auto 0px auto;
+                        span {
                             background-color: $white;
                             background-color: $white;
-                        
                         }
                         }
+
                     }
                     }
                     .field--name-title{
                     .field--name-title{
                         grid-column: 4;
                         grid-column: 4;