Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
clean variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Confraria committed Oct 17, 2016
1 parent 0995ec7 commit 5596a72
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 59 deletions.
6 changes: 0 additions & 6 deletions plugins/piedpiperBranding/variables/brand-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -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";
2 changes: 0 additions & 2 deletions plugins/piedpiperBranding/variables/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
@import "colors.less";
@import "scaffolding.less";
@import "typography-vars.less";
@import "progress-bars-vars.less";
@import "quick-links.less";
21 changes: 0 additions & 21 deletions plugins/piedpiperBranding/variables/progress-bars-vars.less

This file was deleted.

10 changes: 0 additions & 10 deletions plugins/piedpiperBranding/variables/quick-links.less

This file was deleted.

19 changes: 0 additions & 19 deletions plugins/piedpiperBranding/variables/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 0 additions & 1 deletion plugins/piedpiperBranding/variables/typography-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -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/';

0 comments on commit 5596a72

Please sign in to comment.