liens doc et url
This commit is contained in:
parent
dcc8710fb1
commit
68e19dfabf
|
@ -2948,6 +2948,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 20% !important;
|
width: 20% !important;
|
||||||
|
top: 230px;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--first .block-region-first {
|
||||||
|
@ -2955,12 +2956,8 @@ body {
|
||||||
width: 100% !important;
|
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 {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--first div {
|
||||||
|
@ -2976,6 +2973,9 @@ body {
|
||||||
height: fit-content;
|
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) {
|
@media (max-width: 810px) {
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) {
|
||||||
margin-top: 1rem;
|
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 {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--first div:has(.field_field_documents) .file--mime-application-pdf {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
padding-bottom: 0.2rem;
|
||||||
|
padding-top: 0.2rem;
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
|
@ -3033,6 +3035,7 @@ body {
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.6rem;
|
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 {
|
.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;
|
display: none;
|
||||||
|
|
|
@ -27,17 +27,19 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 20% !important;
|
width: 20% !important;
|
||||||
|
top: 230px;
|
||||||
|
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
.views-element-container{
|
.views-element-container{
|
||||||
margin-bottom: 3rem;
|
// margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div{
|
div{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
margin-bottom: 0.5rem;
|
// margin-bottom: 0.5rem;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
@ -52,7 +54,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div:has(.field_field_documents){
|
div:has(.field_field_documents){
|
||||||
// margin: auto;
|
margin-bottom: 0.2rem;
|
||||||
|
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -63,6 +66,8 @@
|
||||||
.file--mime-application-pdf{
|
.file--mime-application-pdf{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
|
padding-bottom: 0.2rem;
|
||||||
|
padding-top: 0.2rem;
|
||||||
background: black;
|
background: black;
|
||||||
@media (max-width:810px) {
|
@media (max-width:810px) {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -114,6 +119,7 @@
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
|
margin-bottom: 0.3rem;
|
||||||
|
|
||||||
svg{
|
svg{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue