mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Use (reference) instead of building in entire bootstrap.css
This commit is contained in:
parent
8b7921e873
commit
5672432889
2 changed files with 8 additions and 6051 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,13 +1,14 @@
|
|||
@import "../../../../bower_components/bootstrap/less/bootstrap.less";
|
||||
@import "../../../../bower_components/bootstrap/less/theme.less";
|
||||
@import (reference) "../../../../bower_components/bootstrap/less/bootstrap.less";
|
||||
@import (reference) "../../../../bower_components/bootstrap/less/theme.less";
|
||||
|
||||
@dashboard-background: #1E6D74;
|
||||
|
||||
body.application-dashboard {
|
||||
background-color: @dashboard-background;
|
||||
}
|
||||
|
||||
// Dashboard app container stretches to fill height. Required because gridster is not full height
|
||||
div.application div.dashboard-container {
|
||||
position: absolute;
|
||||
top: @navbar-height;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: @dashboard-background;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue