liens doc et url

This commit is contained in:
ouidade 2024-11-08 00:06:22 +01:00
parent dcc8710fb1
commit 68e19dfabf
2 changed files with 16 additions and 7 deletions

View File

@ -2948,6 +2948,7 @@ body {
display: flex;
flex-direction: column;
width: 20% !important;
top: 230px;
}
@media (max-width: 810px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
@ -2955,12 +2956,8 @@ body {
width: 100% !important;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first .views-element-container {
margin-bottom: 3rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {
width: fit-content;
margin-bottom: 0.5rem;
}
@media (max-width: 810px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {
@ -2976,6 +2973,9 @@ body {
height: fit-content;
}
}
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
margin-bottom: 0.2rem;
}
@media (max-width: 810px) {
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
margin-top: 1rem;
@ -2987,6 +2987,8 @@ body {
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) .file--mime-application-pdf {
width: fit-content;
padding-left: 0.5rem;
padding-bottom: 0.2rem;
padding-top: 0.2rem;
background: black;
}
@media (max-width: 810px) {
@ -3033,6 +3035,7 @@ body {
padding-left: 0.5rem;
text-transform: uppercase;
font-size: 0.6rem;
margin-bottom: 0.3rem;
}
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_liens_site) .field_field_liens_site a svg {
display: none;

View File

@ -27,17 +27,19 @@
display: flex;
flex-direction: column;
width: 20% !important;
top: 230px;
@media(max-width: 810px){
position: relative;
width: 100% !important;
}
.views-element-container{
margin-bottom: 3rem;
// margin-bottom: 3rem;
}
}
div{
width: fit-content;
margin-bottom: 0.5rem;
// margin-bottom: 0.5rem;
@media(max-width: 810px){
margin: auto;
}
@ -52,7 +54,8 @@
}
}
div:has(.field_field_documents){
// margin: auto;
margin-bottom: 0.2rem;
@media(max-width: 810px){
margin-top: 1rem;
}
@ -63,6 +66,8 @@
.file--mime-application-pdf{
width: fit-content;
padding-left: 0.5rem;
padding-bottom: 0.2rem;
padding-top: 0.2rem;
background: black;
@media (max-width:810px) {
margin-left: 0;
@ -114,6 +119,7 @@
padding-left: 0.5rem;
text-transform: uppercase;
font-size: 0.6rem;
margin-bottom: 0.3rem;
svg{
display: none;