-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove final low-usage
$euiHeader
Sass variables + delete remaining…
… header scss files - `$euiHeaderHeight` Sass variables have too much usage in Kibana etc., so keeping those for now - same for header Sass mixin
- Loading branch information
Showing
4 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
// Themeable colors | ||
$euiHeaderBackgroundColor: $euiColorEmptyShade !default; | ||
|
||
// Layout vars | ||
$euiHeaderHeight: $euiSizeXXL + $euiSizeS !default; | ||
$euiHeaderChildSize: $euiSizeXXL !default; | ||
|
||
// Use the following variable in other components to afford for the fixed header | ||
$euiHeaderHeightCompensation: $euiHeaderHeight !default; |
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