Sfoglia il codice sorgente

aérer titre dans texte et ancres

ouidade 3 anni fa
parent
commit
30590c26e8

+ 6 - 3
web/themes/custom/eql/css-compiled/styles.css

@@ -208,8 +208,9 @@ a {
         font-weight: 1000;
         color: #09398b;
         border-bottom: 1px solid #009ee3;
-        padding-bottom: 0.5rem;
-        padding-right: 1rem; }
+        padding-bottom: 0.8rem;
+        padding-right: 1rem;
+        margin-top: 1rem; }
         .path-node.page-node-type-static .layout-container .layout-content .layout__region--first .block-region-first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
           text-decoration: underline; }
 
@@ -220,7 +221,9 @@ a {
     font-weight: 1000;
     font-family: 'Source Code Pro';
     color: #09398b;
-    text-transform: uppercase; }
+    text-transform: uppercase;
+    margin-top: 2rem;
+    margin-bottom: 0.8rem; }
   .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 {
     text-transform: none !important; }
     .path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 img {

+ 4 - 1
web/themes/custom/eql/scss/pages/_static.scss

@@ -51,8 +51,9 @@
                                 font-weight: 1000;
                                 color: $blue-dark;
                                 border-bottom: 1px solid $blue-light;
-                                padding-bottom: 0.5rem;
+                                padding-bottom: 0.8rem;
                                 padding-right: 1rem;
+                                margin-top: 1rem;
                 
                                 &:hover{
                                     text-decoration: underline;
@@ -72,6 +73,8 @@
                             font-family: 'Source Code Pro';
                             color: $blue-dark;
                             text-transform: uppercase;
+                            margin-top: 2rem;
+                            margin-bottom: 0.8rem;
                         }
                         h4{
                             text-transform: none !important;