Use (reference) instead of building in entire bootstrap.css

This commit is contained in:
Rashid Khan 2014-02-28 13:21:28 -07:00
parent 8b7921e873
commit 5672432889
2 changed files with 8 additions and 6051 deletions

File diff suppressed because it is too large Load diff

View file

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