-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
- Loading branch information
Tyler Smalley
committed
Sep 19, 2018
1 parent
fe46a90
commit 01fc786
Showing
8 changed files
with
71 additions
and
73 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@import 'ui/public/styles/styling_constants'; | ||
|
||
// SASSTODO: Remove when K7 applies background color to body | ||
.stsPage { | ||
#status_page-app .stsPage { | ||
min-height: 100vh; | ||
} |
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
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,23 +1,25 @@ | ||
// Import the EUI global scope so we can use EUI constants | ||
@import 'ui/public/styles/_styling_constants'; | ||
|
||
// Temporary hacks | ||
@import 'hacks'; | ||
#monitoring-app { | ||
// Temporary hacks | ||
@import 'hacks'; | ||
|
||
// Monitoring plugin styles | ||
// Monitoring plugin styles | ||
|
||
// Prefix all styles with "mon" to avoid conflicts. | ||
// Examples | ||
// monChart | ||
// monChart__legend | ||
// monChart__legend--small | ||
// monChart__legend-isLoading | ||
// Prefix all styles with "mon" to avoid conflicts. | ||
// Examples | ||
// monChart | ||
// monChart__legend | ||
// monChart__legend--small | ||
// monChart__legend-isLoading | ||
|
||
@import 'components/chart/index'; | ||
@import 'components/no_data/index'; | ||
@import 'components/sparkline/index'; | ||
@import 'components/summary_status/index'; | ||
@import 'components/table/index'; | ||
@import 'components/logstash/pipeline_viewer/views/index'; | ||
@import 'directives/chart/index'; | ||
@import 'directives/elasticsearch/shard_allocation/index'; | ||
@import 'components/chart/index'; | ||
@import 'components/no_data/index'; | ||
@import 'components/sparkline/index'; | ||
@import 'components/summary_status/index'; | ||
@import 'components/table/index'; | ||
@import 'components/logstash/pipeline_viewer/views/index'; | ||
@import 'directives/chart/index'; | ||
@import 'directives/elasticsearch/shard_allocation/index'; | ||
} |