|
|
@@ -72,8 +72,8 @@
|
|
|
cursor: pointer;
|
|
|
text-decoration: none;
|
|
|
|
|
|
- &[target='_blank']:after,
|
|
|
- &[target='_blank']:before {
|
|
|
+ &[target='_blank']::after,
|
|
|
+ &[target='_blank']::before {
|
|
|
content: none !important;
|
|
|
}
|
|
|
}
|
|
|
@@ -90,10 +90,19 @@
|
|
|
margin-bottom: 8px;
|
|
|
padding: 0 0 0 24px;
|
|
|
background-color: @header-bg;
|
|
|
+
|
|
|
&.hue-sidebar-custom-logo {
|
|
|
background-color: @cui-white;
|
|
|
border-top: 2px solid @hue-primary-color-dark;
|
|
|
- height: calc(@sidebar-header-height - 3px);
|
|
|
+ height: calc(@sidebar-header-height - 3px); /* stylelint-disable-line */
|
|
|
+
|
|
|
+ .hue-sidebar-logo {
|
|
|
+ margin-left: 32px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .hue-sidebar-logo svg {
|
|
|
+ width: 128px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.hue-app-switcher-trigger {
|
|
|
@@ -148,15 +157,6 @@
|
|
|
height: 32px;
|
|
|
width: 100px;
|
|
|
}
|
|
|
-
|
|
|
- &.hue-sidebar-custom-logo {
|
|
|
- .hue-sidebar-logo {
|
|
|
- margin-left: 32px;
|
|
|
- }
|
|
|
- .hue-sidebar-logo svg {
|
|
|
- width: 128px;
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.hue-sidebar-body {
|
|
|
@@ -220,7 +220,8 @@
|
|
|
justify-content: center;
|
|
|
font-size: @sidebar-icon-height;
|
|
|
|
|
|
- i, svg {
|
|
|
+ i,
|
|
|
+ svg {
|
|
|
font-size: @sidebar-icon-height;
|
|
|
height: @sidebar-icon-height; // nv d3 conflict
|
|
|
}
|
|
|
@@ -281,6 +282,7 @@
|
|
|
|
|
|
&.hue-sidebar-custom-logo {
|
|
|
padding: 0;
|
|
|
+
|
|
|
.hue-sidebar-logo {
|
|
|
width: 56px;
|
|
|
margin-left: -6px;
|
|
|
@@ -351,7 +353,8 @@
|
|
|
font-size: @sidebar-collapsed-icon-height;
|
|
|
height: @sidebar-collapsed-icon-height;
|
|
|
|
|
|
- i, svg {
|
|
|
+ i,
|
|
|
+ svg {
|
|
|
font-size: @sidebar-collapsed-icon-height;
|
|
|
height: @sidebar-collapsed-icon-height;
|
|
|
}
|
|
|
@@ -370,6 +373,7 @@
|
|
|
|
|
|
&:not(.collapsed) .hue-sidebar-header {
|
|
|
background-color: @header-bg-open !important;
|
|
|
+
|
|
|
&.hue-sidebar-custom-logo {
|
|
|
background-color: @cui-white !important;
|
|
|
}
|
|
|
@@ -484,4 +488,4 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|