montreuil: update forms categories style (#32591)

This commit is contained in:
Serghei Mihai 2019-09-06 12:21:39 +02:00
parent 3e56471620
commit 5d07e5a6cd
1 changed files with 15 additions and 3 deletions

View File

@ -80,12 +80,24 @@ div.gru-nav {
padding: 0;
}
h2:first-child {
background: $secondary-color center left no-repeat;
background: $primary-color center left no-repeat;
font-weight: bold;
padding-left: 60px;
padding-left: 45px;
display: flex;
align-items: center;
color: $primary-color;
}
a {
padding: 0.5rem;
}
li.more-items a {
background: $secondary-color;
border-radius: 50%;
width: 10px;
height: 10px;
margin: 10px auto;
padding: 10px;
border: 0;
line-height: 10px;
}
}
}