lien extern static page

This commit is contained in:
2021-12-03 16:15:55 +01:00
parent 7e22e1288c
commit 7a491c39b9
3 changed files with 40 additions and 12 deletions
+13 -2
View File
@@ -227,6 +227,19 @@ a {
align-items: center; align-items: center;
color: #009ee3; color: #009ee3;
font-weight: 800; } font-weight: 800; }
.layout__region--third .field--name-field-fichiers .field--name-field-liens {
height: inherit;
margin: auto; }
.layout__region--third .field--name-field-fichiers .field--name-field-liens ::before {
content: url("../images/pictos/noun_External Link_674151.svg");
width: 50px;
height: 53px;
padding-right: 1rem; }
.layout__region--third .field--name-field-fichiers .field--name-field-liens a {
display: inline-flex;
align-items: center;
color: #009ee3;
font-weight: 800; }
.layout__region--third .block-entity-fieldnodefield-ress { .layout__region--third .block-entity-fieldnodefield-ress {
margin-top: 5rem; } margin-top: 5rem; }
@@ -987,8 +1000,6 @@ header {
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
justify-content: flex-end; } justify-content: flex-end; }
#fotter-bottom .region-footer-bottom-right #block-socialnetwork {
display: none; }
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p { #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
display: flex; display: flex;
flex-direction: row; } flex-direction: row; }
@@ -108,6 +108,22 @@
font-weight: 800; font-weight: 800;
} }
} }
.field--name-field-liens{
height: inherit;
margin: auto;
::before{
content: url("../images/pictos/noun_External Link_674151.svg");
width: 50px;
height: 53px;
padding-right: 1rem;
}
a{
display: inline-flex;
align-items: center;
color: $blue-light;
font-weight: 800;
}
}
} }
.block-entity-fieldnodefield-ress{ .block-entity-fieldnodefield-ress{
@@ -55,8 +55,9 @@
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
justify-content: flex-end; justify-content: flex-end;
#block-socialnetwork { #block-socialnetwork {
display: none; // display: none;
.field--name-body{ .field--name-body{
p{ p{
display: flex; display: flex;