display filter none bdd

This commit is contained in:
2021-12-17 16:58:13 +01:00
parent d447756267
commit 7c913e4fd7
3 changed files with 13 additions and 3 deletions
@@ -106,6 +106,7 @@
.view-filters{
display: none;
background-color: $white;
margin-top: 2rem;
margin-bottom: 2rem;
@@ -130,6 +131,7 @@
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 3rem;
.views-row{
flex: 0 1 49%;
// padding: 1rem;
@@ -318,11 +318,14 @@
background-color: $white;
border: 2px solid $blue-light;
list-style: none;
display: inline-flex;
a{
text-transform: uppercase;
font-weight: 700;
color: $blue-light;
display: inline-flex;
align-items: center;
}
a::after{