add hidden label to 'Rechercher' in layout
This commit is contained in:
parent
2e4f003ac8
commit
ce3e60190f
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue