aérer titre dans texte et ancres
This commit is contained in:
@@ -208,8 +208,9 @@ a {
|
|||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
color: #09398b;
|
color: #09398b;
|
||||||
border-bottom: 1px solid #009ee3;
|
border-bottom: 1px solid #009ee3;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.8rem;
|
||||||
padding-right: 1rem; }
|
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 {
|
.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; }
|
text-decoration: underline; }
|
||||||
|
|
||||||
@@ -220,7 +221,9 @@ a {
|
|||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
color: #09398b;
|
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 {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 {
|
||||||
text-transform: none !important; }
|
text-transform: none !important; }
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--second .block-entity-fieldnodefield-textes h4 img {
|
.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;
|
font-weight: 1000;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
border-bottom: 1px solid $blue-light;
|
border-bottom: 1px solid $blue-light;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.8rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
margin-top: 1rem;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@@ -72,6 +73,8 @@
|
|||||||
font-family: 'Source Code Pro';
|
font-family: 'Source Code Pro';
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 0.8rem;
|
||||||
}
|
}
|
||||||
h4{
|
h4{
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user