enleve souligné views-row lastoftype /actualité
This commit is contained in:
parent
563a43941b
commit
c603959592
@ -4133,6 +4133,8 @@ main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:not(:last-of-type) {
|
||||
border-bottom: solid black 0.5px;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite {
|
||||
@ -4334,4 +4336,5 @@ main {
|
||||
#actualites .layout-content .content_container .views-element-container footer .view-rows-wrapper {
|
||||
width: 100%;
|
||||
background-color: #f6f7f3;
|
||||
padding-top: 2rem;
|
||||
}
|
@ -42,7 +42,7 @@
|
||||
flex-wrap: wrap;
|
||||
background-color: white;
|
||||
// margin-left: 20%;
|
||||
|
||||
|
||||
|
||||
|
||||
.views-row{
|
||||
@ -54,7 +54,8 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border-bottom: solid black 0.5px;
|
||||
&:not(:last-of-type){
|
||||
border-bottom: solid black 0.5px;}
|
||||
.node-type-actualite{
|
||||
width: 85%;
|
||||
// padding-bottom: 2rem;
|
||||
@ -280,6 +281,7 @@
|
||||
footer .view-rows-wrapper{
|
||||
width: 100%;
|
||||
background-color: $background-gris;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user