ressources liées dans page une ressource
This commit is contained in:
@@ -1512,15 +1512,30 @@ a {
|
||||
width: 100%;
|
||||
height: auto; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-type-de-ressource {
|
||||
display: inline-flex;
|
||||
text-transform: uppercase; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-type-de-ressource a {
|
||||
color: #009ee3;
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs {
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
background: #09398b;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs .field__item {
|
||||
margin-right: 1rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem;
|
||||
padding-right: 0.3rem; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource .field--name-field-mots-clefs .field__item a {
|
||||
background: #09398b;
|
||||
color: white;
|
||||
font-weight: 800;
|
||||
vertical-align: middle; }
|
||||
vertical-align: super;
|
||||
padding-left: 0.1rem;
|
||||
padding-right: 0.1rem;
|
||||
display: inline-flex; }
|
||||
.page-node-type-ressource .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .field--name-field-ress .node-type-ressource ul.links.inline {
|
||||
display: none; }
|
||||
|
||||
.offresdeservices .layout-content .region-content #block-contenudelapageprincipale {
|
||||
background: url("../images/pictos/carre-contour-bleu_programme.svg");
|
||||
|
||||
@@ -247,6 +247,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -258,15 +258,45 @@
|
||||
}
|
||||
}
|
||||
.field--name-field-type-de-ressource{
|
||||
display: inline-flex;
|
||||
text-transform: uppercase;
|
||||
|
||||
a{
|
||||
color: $blue-light;
|
||||
font-weight: 900;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
.field--name-field-mots-clefs{
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
background: $blue-dark;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
// &::after{
|
||||
// content: url("../images/pictos/noun_Arrow_3771902.svg");
|
||||
|
||||
// align-self: center;
|
||||
|
||||
// }
|
||||
.field__item{
|
||||
|
||||
margin-right: 1rem;
|
||||
padding-left: 0.3rem;
|
||||
padding-right: 0.3rem;
|
||||
|
||||
a{
|
||||
background: $blue-dark;
|
||||
color: $white;
|
||||
font-weight: 800;
|
||||
vertical-align: middle;
|
||||
vertical-align: super;
|
||||
padding-left: 0.1rem;
|
||||
padding-right: 0.1rem;
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
ul.links.inline{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user