-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//IMPORT YOUR CUSTOMIZATIONS HERE | ||
//@import "filename"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//IMPORT YOUR CUSTOMIZATIONS HERE | ||
//@import "filename"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
//IMPORT YOUR CUSTOMIZATIONS HERE | ||
//@import "filename"; | ||
@import "colors"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |