Skip to content

Commit

Permalink
renamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Oct 31, 2019
1 parent 47fed7a commit c467681
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src-docs/src/components/guide_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ $guideZLevelHighest: $euiZLevel9 + 1000;
}
}

.guideDemo__alertsFlyout {
height: calc(100vh - 49px);
}

.dpTest__purpleCal {
background: $euiColorVis3;
}
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/theme_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@import '../../src/theme_dark';
@import './components/guide_components';
@import './views/suggest/global_filter_group';
@import './views/header/header_alert';

// Elastic charts
@import '~@elastic/charts/dist/theme';
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/theme_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@import '../../src/theme_light';
@import './components/guide_components';
@import './views/suggest/global_filter_group';
@import './views/header/header_alert';

// Elastic charts
@import '~@elastic/charts/dist/theme';
Expand Down
3 changes: 0 additions & 3 deletions src-docs/src/views/header/_header_alert.scss

This file was deleted.

2 changes: 1 addition & 1 deletion src-docs/src/views/header/header_updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class extends Component {
<EuiFlyout
onClose={this.closeFlyout}
size="s"
className="alertsFlyout"
className="guideDemo__alertsFlyout"
aria-labelledby="flyoutSmallTitle"
style={{ top: '49px' }}>
<EuiFlyoutHeader hasBorder>
Expand Down

0 comments on commit c467681

Please sign in to comment.