forked from PrincetonUniversity/PsyNeuLinkView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from MetaCell/feature/18-new
Feature/18 Layout, Side dock, Header , initial frontend setup
- Loading branch information
Showing
25 changed files
with
1,047 additions
and
187 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
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
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
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,37 @@ | ||
const vars = { | ||
fontFamily: 'Inter, sans-serif', | ||
primaryBg: '#f1f1f1', | ||
textWhite: '#FFFFFF', | ||
chipTextColor: '#F2F2F7', | ||
chipBgColor: 'rgba(60, 60, 67, 0.4)', | ||
|
||
chipPrimaryTextColor: 'rgba(255, 255, 255, 0.8)', | ||
chipPrimaryBgColor: 'rgba(0, 122, 255, 0.6)', | ||
|
||
breadcrumbLinkColor: '#A2A2A2', | ||
breadcrumbTextColor: '#292929', | ||
|
||
buttonPrimaryBgColor: '4353FF', | ||
buttonPrimaryBgHoverColor: '#3443E1', | ||
buttonPrimaryDisabledBgColor: 'rgba(0, 122, 255, 0.4)', | ||
|
||
listItemActiveBg: '#007AFF', | ||
listSelectedTextColor: '#3C3C43', | ||
listBoxShadow: '0 0.1875rem 0.5rem rgba(0, 0, 0, 0.12), 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.04)', | ||
listBorderColor: 'rgba(0, 0, 0, 0.04)', | ||
|
||
dividerColor: 'rgba(118, 120, 125, 0.12)', | ||
|
||
dropdownBg: 'rgba(246, 246, 248, 0.8)', | ||
dropdownTextColor: 'rgba(60, 60, 67, 0.6)', | ||
|
||
overlayColor: 'rgba(0, 0, 0, 0.4)', | ||
|
||
progressBg: '#E5E5E5', | ||
progressBar: '#017AFF', | ||
progressShadow: 'inset 0 0 0.0625rem #E3E3E3', | ||
|
||
switchShadow: '0 0.1875rem 0.5rem rgba(0, 0, 0, 0.15), 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.06)' | ||
}; | ||
|
||
export default vars; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.