background /actualites
This commit is contained in:
@@ -805,9 +805,9 @@ footer {
|
||||
.layout-sidebar-first {
|
||||
width: 25%;
|
||||
position: fixed;
|
||||
left: 3%;
|
||||
top: 200px;
|
||||
z-index: 98;
|
||||
top: 250px;
|
||||
margin: 1rem 2rem;
|
||||
background-color: transparent;
|
||||
}
|
||||
@media (max-width: 891px) {
|
||||
.layout-sidebar-first {
|
||||
@@ -821,45 +821,6 @@ footer {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first #toTop-aside {
|
||||
margin: auto;
|
||||
background-color: #fff;
|
||||
border-top-left-radius: 10%;
|
||||
border-top-right-radius: 10%;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
.layout-sidebar-first #toTop-aside .arrow-up {
|
||||
font-size: 1.7rem;
|
||||
line-height: 2.5rem;
|
||||
text-align: center;
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
display: inline-block;
|
||||
text-align: top;
|
||||
}
|
||||
.layout-sidebar-first #toTop-aside .arrow-up::before {
|
||||
content: url(../img/up-arrow.svg);
|
||||
width: 50%;
|
||||
}
|
||||
.layout-sidebar-first .sidebar_first_container {
|
||||
padding-top: 4em;
|
||||
flex-direction: column;
|
||||
width: 50%;
|
||||
font-weight: 400;
|
||||
}
|
||||
.layout-sidebar-first .sidebar_first_container .field-content {
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first .sidebar_first_container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-block-1 {
|
||||
order: 1;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#logo-animated-container {
|
||||
width: 60%;
|
||||
@@ -4136,10 +4097,14 @@ main {
|
||||
#actualites {
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
#actualites .layout-container main {
|
||||
padding-top: 250px;
|
||||
}
|
||||
#actualites .layout-content .content_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
}
|
||||
#actualites .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
margin-top: 3rem;
|
||||
@@ -4160,17 +4125,15 @@ main {
|
||||
font-size: 2rem;
|
||||
font-family: "gilroy-medium";
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container {
|
||||
margin-left: 20%;
|
||||
width: 65%;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
background-color: white;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row {
|
||||
width: 100%;
|
||||
width: 60%;
|
||||
margin-left: 30%;
|
||||
font-size: 0.5rem;
|
||||
margin-bottom: 2rem;
|
||||
padding-bottom: 1rem;
|
||||
@@ -4374,4 +4337,8 @@ main {
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .toggle-actualite.open {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container footer .view-rows-wrapper {
|
||||
width: 100%;
|
||||
background-color: #f6f7f3;
|
||||
}
|
Reference in New Issue
Block a user