aérer titre dans texte et ancres

This commit is contained in:
2021-12-17 17:19:54 +01:00
parent 4f70e1d6c1
commit 30590c26e8
2 changed files with 10 additions and 4 deletions
@@ -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 {
@@ -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;