[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 Timothy Sullivan
parent 393b1a066f
commit 41bcc8201d

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