Skip to content

Commit

Permalink
11 Oct 2018 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Hunt committed Oct 11, 2018
1 parent 33b10cf commit e8f5013
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/extensions/components/_components.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//IMPORT YOUR CUSTOMIZATIONS HERE
//@import "filename";
2 changes: 2 additions & 0 deletions scss/extensions/global/_global.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//IMPORT YOUR CUSTOMIZATIONS HERE
//@import "filename";
6 changes: 6 additions & 0 deletions scss/extensions/prereqs/_colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//Add color variables, that you want to change, to this file. Examples below.
// -----BRAND COLORS-----
// Primary / active color used for buttons, links, and selection
//$brand-01: #3C6DF0; //Ultramarine 50
// Top navigation, headers in tours and pop outs, and hover on actions
//$brand-02: #1D3458; //Blue 80
3 changes: 3 additions & 0 deletions scss/extensions/prereqs/_prereqs.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//IMPORT YOUR CUSTOMIZATIONS HERE
//@import "filename";
@import "colors";
13 changes: 13 additions & 0 deletions scss/global/_global.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* Global imports*/
@import "font";
@import "fileViewer";
@import "fileTypeIcons";
@import "leftNav";
@import "navbar";
@import "navbar_onprem";
@import "responsive";
@import "searchButton";
@import "searchHistory";

/////////////CUSTOMIZE IN EXTENSIONS////////////
@import "../extensions/global/global";
7 changes: 7 additions & 0 deletions scss/prereqs/_profileform.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//Customize layout of edit profile contact information;
//[DEFAULT SETTING] 'above' = Display labels above fields
$editprofile-layout: above;

//[ALTERNATE OPTION]'side' = Display labels to side of fields, takes up less vertical space
//Uncomment the next line to use this
//$editprofile-layout: side;

0 comments on commit e8f5013

Please sign in to comment.