cap-atlantique: customize search-cell (#57986)

This commit is contained in:
Thomas Jund 2021-10-19 16:54:01 +02:00
parent bda8df8191
commit a79f264a2e
1 changed files with 27 additions and 0 deletions

View File

@ -157,6 +157,33 @@ div#nav {
@extend .list-of-forms-cell;
}
// Search cell
.search-cell {
h2 {
@extend %title;
color: $gray-dark;
text-align: left;
background-color: transparent;
padding-bottom: 0;
}
.combo-search--button {
@extend %button;
&, &:hover {
color: $blue;
background-color: white;
border-color: currentColor;
}
&::before {
content: "\f00c";
font-family: FontAwesome;
}
&-label {
display: none;
}
}
}
//
// WCS / FORMS
//