[Monitoring/License] copy license LESS instead of reference it (#18591)

This commit is contained in:
Tim Sullivan 2018-04-25 17:29:56 -07:00 committed by GitHub
parent 4e938590f5
commit 86d3786d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}