class active views-row collection bdd

This commit is contained in:
2022-01-18 14:55:58 +01:00
parent f1b0adf4d8
commit d94a2528c2
5 changed files with 83 additions and 26 deletions
@@ -58,7 +58,7 @@
margin-bottom: 2rem;
justify-content: space-between;
align-items: center;
.views-row{
display: flex;
margin: auto;
@@ -66,6 +66,8 @@
width: 46%;
height: 80%;
padding: 1rem;
.views-field-name{
.field-content{
grid-column: 3 /span 6;
@@ -91,13 +93,14 @@
color: $white;
}
}
.blue{
background: $blue-dark;
a{
color: $white;
}
}
}
.active{
background-color: $blue-dark;
a{
color: $white;
}
}
@media (max-width: 810px){
flex-direction: column;