css textes 1 actu
This commit is contained in:
@@ -753,9 +753,14 @@ a {
|
|||||||
color: #09398b;
|
color: #09398b;
|
||||||
border-bottom: 1px solid #009ee3;
|
border-bottom: 1px solid #009ee3;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
padding-right: 1rem; }
|
padding-right: 1rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 0.8rem; }
|
||||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes .field--name-field-titre:hover {
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--first .block-entity-fieldnodefield-textes a.ext {
|
||||||
|
color: black;
|
||||||
|
text-decoration: underline; }
|
||||||
|
|
||||||
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
|
.path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--second {
|
||||||
flex: 0 1 50%;
|
flex: 0 1 50%;
|
||||||
|
|||||||
@@ -84,11 +84,17 @@
|
|||||||
border-bottom: 1px solid $blue-light;
|
border-bottom: 1px solid $blue-light;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 0.8rem;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a.ext{
|
||||||
|
color: $black;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.layout__region--second{
|
.layout__region--second{
|
||||||
|
|||||||
Reference in New Issue
Block a user