lien ext background

This commit is contained in:
2021-12-03 17:09:39 +01:00
parent 389cbdb702
commit 98d60ebe2e
3 changed files with 15 additions and 11 deletions
+13 -10
View File
@@ -207,7 +207,8 @@ a {
width: 70%; } width: 70%; }
.layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers { .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers {
height: fit-content; height: fit-content;
border: 2px solid #009ee3; } border: 2px solid #009ee3;
background-color: white; }
.layout__region--third .block-region-third .field--name-field-fichiers { .layout__region--third .block-region-third .field--name-field-fichiers {
min-height: 4rem; min-height: 4rem;
background: white; background: white;
@@ -1010,15 +1011,17 @@ 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 .field--name-body p { #fotter-bottom .region-footer-bottom-right #block-socialnetwork {
display: flex; display: none; }
flex-direction: row; } #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p {
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before { display: flex;
display: block; flex-direction: row; }
content: ""; #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p :nth-child(1):before {
background: url("../images/pictos/logo-twitter.png"); } display: block;
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg { content: "";
display: none; } background: url("../images/pictos/logo-twitter.png"); }
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg {
display: none; }
#fotter-bottom .region-footer-bottom-right #block-pieddepage ul { #fotter-bottom .region-footer-bottom-right #block-pieddepage ul {
margin-top: 0; margin-top: 0;
color: #09398b; color: #09398b;
@@ -81,6 +81,7 @@
.block-entity-fieldnodefield-fichiers{ .block-entity-fieldnodefield-fichiers{
height: fit-content; height: fit-content;
border: 2px solid $blue-light; border: 2px solid $blue-light;
background-color: $white;
} }
.field--name-field-fichiers{ .field--name-field-fichiers{
@@ -57,7 +57,7 @@
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;