diff --git a/plugins/piedpiperBranding/variables/brand-vars.less b/plugins/piedpiperBranding/variables/brand-vars.less index e4fb617..fe3ca22 100644 --- a/plugins/piedpiperBranding/variables/brand-vars.less +++ b/plugins/piedpiperBranding/variables/brand-vars.less @@ -4,15 +4,9 @@ // height of the logo @brand-logo-height: 100%; -// when set adds an image below login form. -//As an example, check Trakerando branding -@powered-by: ''; - - @appLogo: "@{image-path}logo.svg"; @appLogo-height: 100%; - //When set, it replaces app name with image @appBranding:"@{image-path}logo.svg"; diff --git a/plugins/piedpiperBranding/variables/index.less b/plugins/piedpiperBranding/variables/index.less index a515dd5..42663cb 100644 --- a/plugins/piedpiperBranding/variables/index.less +++ b/plugins/piedpiperBranding/variables/index.less @@ -3,5 +3,3 @@ @import "colors.less"; @import "scaffolding.less"; @import "typography-vars.less"; -@import "progress-bars-vars.less"; -@import "quick-links.less"; diff --git a/plugins/piedpiperBranding/variables/progress-bars-vars.less b/plugins/piedpiperBranding/variables/progress-bars-vars.less deleted file mode 100644 index 2bd0afd..0000000 --- a/plugins/piedpiperBranding/variables/progress-bars-vars.less +++ /dev/null @@ -1,21 +0,0 @@ -//== PROGRESS BARS -// -//## - -//** Background color of the whole progress component -@progress-bg: #f5f5f5; -//** Progress bar text color -@progress-bar-color: #fff; -//** Variable for setting rounded corners on progress bar. -@progress-border-radius: 10px; - -//** Default progress bar color -@progress-bar-bg: @brand-primary; -//** Success progress bar color -@progress-bar-success-bg: @brand-success; -//** Warning progress bar color -@progress-bar-warning-bg: @brand-warning; -//** Danger progress bar color -@progress-bar-danger-bg: @brand-danger; -//** Info progress bar color -@progress-bar-info-bg: @brand-primary; diff --git a/plugins/piedpiperBranding/variables/quick-links.less b/plugins/piedpiperBranding/variables/quick-links.less deleted file mode 100644 index e0909a8..0000000 --- a/plugins/piedpiperBranding/variables/quick-links.less +++ /dev/null @@ -1,10 +0,0 @@ -// Add user -@quickLinkColorA: @brand-primary; -// Add device link / Add asset link -@quickLinkColorB: @darker; -// Device link -@quickLinkColorC: @darker-header-overlay; -// Device management -@quickLinkColorD: @darker-header; -// Cockpit -@quickLinkColorE: #CDE7F6; diff --git a/plugins/piedpiperBranding/variables/scaffolding.less b/plugins/piedpiperBranding/variables/scaffolding.less index c149f5b..bd7f87c 100644 --- a/plugins/piedpiperBranding/variables/scaffolding.less +++ b/plugins/piedpiperBranding/variables/scaffolding.less @@ -38,22 +38,3 @@ // file paths @image-path: 'img/'; - - - - - -//-- Z-index master list -// -// Warning: Avoid customizing these values. They're used for a bird's eye view -// of components dependent on the z-axis and are designed to all work together. -// -// Note: These variables are not generated into the Customizer. - -@zindex-navbar: 1000; -@zindex-dropdown: 1000; -@zindex-popover: 1060; -@zindex-tooltip: 1070; -@zindex-navbar-fixed: 1030; -@zindex-modal-background: 1040; -@zindex-modal: 1050; diff --git a/plugins/piedpiperBranding/variables/typography-vars.less b/plugins/piedpiperBranding/variables/typography-vars.less index 1dc1755..67a9702 100644 --- a/plugins/piedpiperBranding/variables/typography-vars.less +++ b/plugins/piedpiperBranding/variables/typography-vars.less @@ -4,4 +4,3 @@ //## Font, line-height, and color for body text, headings, and more. // Main font face @font-family-sans-serif: Arial, Verdana, sans-serif; -//@font-path: 'font/';