lien ext page static
This commit is contained in:
@@ -213,7 +213,8 @@ a {
|
|||||||
background: white;
|
background: white;
|
||||||
color: #009ee3;
|
color: #009ee3;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-top: 1rem; }
|
padding-top: 1rem;
|
||||||
|
margin-bottom: 1rem; }
|
||||||
.layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
|
.layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) {
|
||||||
display: none; }
|
display: none; }
|
||||||
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
|
.layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf {
|
||||||
@@ -229,29 +230,28 @@ a {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: #009ee3;
|
color: #009ee3;
|
||||||
font-weight: 800; }
|
font-weight: 800; }
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens {
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens .field__item {
|
||||||
|
margin: auto;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
border: 2px solid #009ee3;
|
border: 2px solid #009ee3;
|
||||||
min-height: 4rem;
|
min-height: 4rem;
|
||||||
background: white;
|
background: white;
|
||||||
color: #009ee3;
|
color: #009ee3;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-top: 1rem; }
|
padding-top: 1rem;
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens {
|
margin-bottom: 1rem; }
|
||||||
height: inherit;
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a {
|
||||||
margin: auto; }
|
display: inline-flex;
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a {
|
align-items: center;
|
||||||
display: inline-flex;
|
color: #009ee3;
|
||||||
align-items: center;
|
font-weight: 800; }
|
||||||
color: #009ee3;
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
|
||||||
font-weight: 800; }
|
content: url("../images/pictos/noun_External Link_674151.svg");
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a::before {
|
width: 50px;
|
||||||
content: url("../images/pictos/noun_External Link_674151.svg");
|
height: 53px;
|
||||||
width: 50px;
|
padding-right: 1rem; }
|
||||||
height: 53px;
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
|
||||||
padding-right: 1rem; }
|
display: none; }
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-liens .field--name-field-liens a svg.ext {
|
|
||||||
display: none; }
|
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-ress {
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-ress {
|
||||||
margin-top: 5rem; }
|
margin-top: 5rem; }
|
||||||
.layout__region--third .block-region-third .block-entity-fieldnodefield-ress h2 {
|
.layout__region--third .block-region-third .block-entity-fieldnodefield-ress h2 {
|
||||||
|
|||||||
@@ -91,6 +91,7 @@
|
|||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
span:nth-of-type(2){
|
span:nth-of-type(2){
|
||||||
display: none;
|
display: none;
|
||||||
@@ -115,19 +116,32 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
.block-entity-fieldnodefield-liens{
|
.block-entity-fieldnodefield-liens{
|
||||||
height: fit-content;
|
// height: fit-content;
|
||||||
border: 2px solid $blue-light;
|
// border: 2px solid $blue-light;
|
||||||
|
|
||||||
min-height: 4rem;
|
// min-height: 4rem;
|
||||||
// max-width: 75%;
|
// // max-width: 75%;
|
||||||
background: $white;
|
// background: $white;
|
||||||
color: $blue-light;
|
// color: $blue-light;
|
||||||
padding-left: 1rem;
|
// padding-left: 1rem;
|
||||||
padding-top: 1rem;
|
// padding-top: 1rem;
|
||||||
|
|
||||||
.field--name-field-liens{
|
.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{
|
a{
|
||||||
|
|||||||
Reference in New Issue
Block a user