Skip to content

Commit

Permalink
[Monitoring/License] copy license LESS instead of reference it (#18591)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 26, 2018
1 parent 0e57b9e commit e3389ee
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion x-pack/plugins/monitoring/public/less/views/license.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
@import (reference) '~ui/styles/variables/colors';
@import '~plugins/license_management/styles/main';

.tab-license {
background: @globalColorLightestGray;
}

.licenseFeature {
flex-grow: 1;
background: @globalColorLightestGray;
}

.licenseManagement__pageBody {
padding-top: 24px;
min-height: auto;
}

.licenseManagement__pageContent {
flex-grow: 0; // Temporary fix for EUI bug.
}

.licenseManagement__contain {
margin: auto;
}

0 comments on commit e3389ee

Please sign in to comment.