-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(geo): fix search bar floating label (#1562)
* fix(geo): search input style * fix(geo): fix floating label * delete some style * fix(geo/search-bar): keep the lib agnostic on the search-bar density * fix(geo/search-bar): forward theming mixin --------- Co-authored-by: Alexandre Caron <[email protected]>
- Loading branch information
1 parent
b714937
commit 3956b75
Showing
4 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
}, | ||
"exports": { | ||
".": { | ||
"sass": "./src/_index.scss", | ||
"import": "./src/public_api.ts" | ||
}, | ||
"./style": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@forward './lib/search/search-bar/search-bar.theming.scss' as search-bar-* show search-bar-color, | ||
search-bar-density, search-bar-theme; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters