css liens ressources pages static

This commit is contained in:
2023-06-27 12:59:43 +02:00
parent f61446230f
commit b56939462b
2 changed files with 61 additions and 59 deletions
@@ -298,7 +298,7 @@ a {
height: fit-content; height: fit-content;
border: 2px solid #009ee3; border: 2px solid #009ee3;
background-color: white; } background-color: white; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers {
min-height: 4rem; min-height: 4rem;
background: white; background: white;
color: #009ee3; color: #009ee3;
@@ -306,17 +306,17 @@ a {
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 1rem; padding-bottom: 1rem;
margin-bottom: 1rem; } margin-bottom: 1rem; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers span:nth-of-type(2) { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers span:nth-of-type(2) {
display: none; } display: none; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf {
height: inherit; height: inherit;
margin: auto; } margin: auto; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf ::before { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf ::before {
content: url("../images/pictos/noun_Download_file_307900.svg"); content: url("../images/pictos/noun_Download_file_307900.svg");
min-width: 25px; min-width: 25px;
height: auto; height: auto;
padding-right: 0.5rem; } padding-right: 0.5rem; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .field--name-field-fichiers .file--mime-application-pdf a { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-fichiers .field--name-field-fichiers .file--mime-application-pdf a {
hyphens: auto; hyphens: auto;
display: inline-flex; display: inline-flex;
color: #009ee3; color: #009ee3;
@@ -352,6 +352,7 @@ a {
font-weight: 900; } font-weight: 900; }
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource {
border: 2px solid #009ee3; border: 2px solid #009ee3;
background-color: white;
margin-left: 1rem; margin-left: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
padding: 1rem; } padding: 1rem; }
@@ -136,8 +136,6 @@
height: fit-content; height: fit-content;
border: 2px solid $blue-light; border: 2px solid $blue-light;
background-color: $white; background-color: $white;
}
.field--name-field-fichiers{ .field--name-field-fichiers{
min-height: 4rem; min-height: 4rem;
background: $white; background: $white;
@@ -173,6 +171,8 @@
} }
} }
}
.block-entity-fieldnodefield-liens{ .block-entity-fieldnodefield-liens{
.field--name-field-liens{ .field--name-field-liens{
.field__item{ .field__item{
@@ -223,6 +223,7 @@
.node-type-ressource{ .node-type-ressource{
border: 2px solid $blue-light; border: 2px solid $blue-light;
background-color: $white;
margin-left: 1rem; margin-left: 1rem;
margin-bottom: 1rem ; margin-bottom: 1rem ;
padding: 1rem; padding: 1rem;