mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Monitoring/License] copy license LESS instead of reference it (#18591)
This commit is contained in:
parent
393b1a066f
commit
41bcc8201d
1 changed files with 18 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue