Skip to content

Commit

Permalink
fix styling broken by EUI rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 19, 2017
1 parent 6b06935 commit a38dd51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/public/home/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export function Home({ addBasePath, directories }) {
>
<EuiFlexItem>
<EuiTitle size="l">
<h1>Welcome to Kibana</h1>
<h1>Add Data to Kibana</h1>
</EuiTitle>
</EuiFlexItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,5 @@
border-left: medium solid @globalColorLightGray;
margin-left: 16px;
padding-left: 24px;

.ace_content {
background-color: @globalColorLightestGray;
}

.ace_gutter {
background-color: @globalColorDarkestGray;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
.text-center > .kuiButtonGroup {
display: inline-block !important;
}

.homePanel {
background: white;
padding: 24px;
}

0 comments on commit a38dd51

Please sign in to comment.