class active views-row collection bdd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user