Skip to content

Commit

Permalink
replacing color variable for white
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Aug 16, 2019
1 parent 90a7f9e commit eeb25ed
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.canvas-isFullscreen {
body.canvas-isFullscreen { // sass-lint:disable-line no-qualifying-elements
// hide global loading indicator
.kbnLoadingIndicator {
display: none;
Expand Down
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/canvas/public/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ $canvasElementCardWidth: 210px;
bottom: 10px;
right: 10px;
background-color: $euiColorDanger;
color: $euiColorEmptyShade;
color: $euiColorGhost;
display: block;
z-index: 2000;
padding: 10px;
max-width: 500px;

a {
color: $euiColorEmptyShade;
color: $euiColorGhost;
font-weight: bold;
}
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit eeb25ed

Please sign in to comment.