typo margin css /ressources et /lesprojets
This commit is contained in:
@@ -4544,14 +4544,17 @@ main {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-title .field-content a {
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-title .field-content h2 {
|
||||
margin: 0;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-title .field-content h2 a {
|
||||
color: rgb(7, 50, 194);
|
||||
font-family: "gilroy-bold";
|
||||
padding-top: 0.5rem;
|
||||
font-size: 0.55rem;
|
||||
}
|
||||
@media (max-width: 550px) {
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-title .field-content a {
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-title .field-content h2 a {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
@@ -4565,7 +4568,7 @@ main {
|
||||
width: fit-content;
|
||||
padding-left: 0.5rem;
|
||||
background: black;
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-view-node {
|
||||
@@ -4578,7 +4581,7 @@ main {
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-group .views-field-view-node a svg {
|
||||
display: none;
|
||||
@@ -4588,7 +4591,6 @@ main {
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
height: 25px;
|
||||
}
|
||||
#lesprojets .content_container .views-element-container .views-row .views-field-field-projets-lie {
|
||||
@@ -4983,6 +4985,17 @@ main {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Galerie-photos .views-row .views-field-views-conditional-field {
|
||||
display: none;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Galerie-photos .views-row .views-field-views-conditional-field-1 h2 {
|
||||
font-family: "gilroy-medium";
|
||||
color: rgb(7, 50, 194);
|
||||
font-size: 0.6rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Galerie-photos .views-row .views-field-views-conditional-field-1 h2 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.type-documentation .views-field-body-1,
|
||||
.type-documentation .views-field-field-images,
|
||||
|
||||
@@ -47,7 +47,10 @@ main{
|
||||
@media(max-width: 550px){
|
||||
font-size: 0.7rem ;
|
||||
}
|
||||
.views-field-title .field-content a{
|
||||
.views-field-title .field-content{
|
||||
h2{
|
||||
margin: 0;
|
||||
a{
|
||||
color: $blue_QDD;
|
||||
font-family: "gilroy-bold";
|
||||
padding-top: 0.5rem;
|
||||
@@ -56,6 +59,8 @@ main{
|
||||
font-size: 0.7rem ;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.views-field-field-images .field-content img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@@ -66,7 +71,7 @@ main{
|
||||
width: fit-content;
|
||||
padding-left: 0.5rem;
|
||||
background: black;
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
@@ -76,7 +81,7 @@ main{
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
@@ -85,7 +90,7 @@ main{
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
// padding-bottom: 0.2rem;
|
||||
height: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -337,7 +337,17 @@
|
||||
.views-field-views-conditional-field{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.views-field-views-conditional-field-1{
|
||||
h2{
|
||||
font-family: "gilroy-medium";
|
||||
color: $blue_QDD;
|
||||
font-size: 00.6rem;
|
||||
margin-bottom: 0;
|
||||
@media(max-width: 810px){
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user