@@ -0,0 +1,6 @@
+.container-fluid {
+ border-left: none;
+ border-right: none;
+ margin-left: 0;
+ margin-right: 0;
+}
@@ -20,6 +20,7 @@
@import "hue-assist.less";
@import "hue-autocomplete.less";
+@import "hue-cui-overrides.less";
html {
height: 100%;
@@ -21,6 +21,7 @@
@import "hue-assist";
@import "hue-autocomplete";
.selectize-error {
color: @hue-error-color;