add hidden label to 'Rechercher' in layout

This commit is contained in:
clemkeirua 2020-03-05 16:03:55 +01:00 committed by GitHub Action
parent 2e4f003ac8
commit ce3e60190f
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,7 @@
@import "common";
@import "constants";
@import "mixins";
@import "utils";
$header-landing-breakpoint: 1040px;
$header-mobile-breakpoint: 550px;
@ -148,6 +149,10 @@ $header-mobile-breakpoint: 550px;
margin: 0;
}
label.hidden {
@extend .hidden;
}
button {
@extend %outline;