Pārlūkot izejas kodu

HUE-6077 [frontend] Remove the left and right margin and border from container-fluid

Johan Ahlen 8 gadi atpakaļ
vecāks
revīzija
a787966a0e

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 6 - 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -0,0 +1,6 @@
+.container-fluid {
+  border-left: none;
+  border-right: none;
+  margin-left: 0;
+  margin-right: 0;
+}

+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -20,6 +20,7 @@
 
 @import "hue-assist.less";
 @import "hue-autocomplete.less";
+@import "hue-cui-overrides.less";
 
 html {
   height: 100%;

+ 1 - 0
desktop/core/src/desktop/static/desktop/less/hue3-extra.less

@@ -21,6 +21,7 @@
 
 @import "hue-assist";
 @import "hue-autocomplete";
+@import "hue-cui-overrides.less";
 
 .selectize-error {
   color: @hue-error-color;

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels