liens site
This commit is contained in:
@@ -20,9 +20,13 @@
|
||||
align-items: center;
|
||||
.block-region-first{
|
||||
width: 100%;
|
||||
.views-element-container{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
div{
|
||||
// width: fit-content;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
div:has(.field_field_documents){
|
||||
@media(max-width: 500px){
|
||||
@@ -33,34 +37,58 @@
|
||||
display: none;
|
||||
}
|
||||
.file--mime-application-pdf{
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 0.4rem;
|
||||
text-transform: uppercase;
|
||||
@media(max-width: 500px){
|
||||
font-size: 0.8rem;
|
||||
width: fit-content;
|
||||
padding-left: 0.5rem;
|
||||
background: black;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a{
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
padding: 0.5rem 0.3rem;
|
||||
}
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.field_field_liens_site div div{
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 0.4rem;
|
||||
text-transform: uppercase;
|
||||
width: fit-content;
|
||||
@media(max-width: 500px){
|
||||
margin-top: 0.5rem;
|
||||
font-size: 0.8rem;
|
||||
padding-left: 0.5rem;
|
||||
background: black;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a{
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
padding: 0.5rem 0.3rem;
|
||||
}
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.layout__region--second{
|
||||
|
Reference in New Issue
Block a user