lien ext page static

This commit is contained in:
2021-12-03 17:00:31 +01:00
parent 8de382ec6b
commit a64669ab8a
2 changed files with 42 additions and 28 deletions
+24 -10
View File
@@ -91,6 +91,7 @@
color: $blue-light;
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem;
span:nth-of-type(2){
display: none;
@@ -115,19 +116,32 @@
}
.block-entity-fieldnodefield-liens{
height: fit-content;
border: 2px solid $blue-light;
// height: fit-content;
// border: 2px solid $blue-light;
min-height: 4rem;
// max-width: 75%;
background: $white;
color: $blue-light;
padding-left: 1rem;
padding-top: 1rem;
// min-height: 4rem;
// // max-width: 75%;
// background: $white;
// color: $blue-light;
// padding-left: 1rem;
// padding-top: 1rem;
.field--name-field-liens{
height: inherit;
margin: auto;
.field__item{
margin: auto;
height: fit-content;
border: 2px solid $blue-light;
min-height: 4rem;
// max-width: 75%;
background: $white;
color: $blue-light;
padding-left: 1rem;
padding-top: 1rem;
margin-bottom: 1rem;
}
a{