mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Move old colors intro settings/variables
This commit is contained in:
parent
f0a219294d
commit
04d1d86f30
@ -1,13 +1,18 @@
|
||||
/*
|
||||
faint orange (textfield shades) #FAF6F0
|
||||
light orange (button shades): #F5C26D
|
||||
dark orange (text): #F5A623
|
||||
borders/font/any gray: #4A4A4A
|
||||
*/
|
||||
ITCSS
|
||||
|
||||
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
|
||||
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
|
||||
*/
|
||||
|
||||
@import 'settings/index.scss';
|
||||
@import 'tools/index.scss';
|
||||
@import 'generic/index.scss';
|
||||
@import 'base/index.scss';
|
||||
@import 'objects/index.scss';
|
||||
@import 'components/index.scss';
|
||||
@import 'trumps/index.scss';
|
||||
|
||||
/*
|
||||
application specific styles
|
||||
*/
|
||||
|
||||
@import './fonts.scss';
|
||||
@import './reset.scss';
|
||||
|
@ -0,0 +1,5 @@
|
||||
// Variables
|
||||
$white-linen: #FAF6F0; // formerly 'faint orange (textfield shades)'
|
||||
$rajah: #F5C26D; // formerly 'light orange (button shades)'
|
||||
$buttercup: #F5A623; // formerly 'dark orange (text)'
|
||||
$tundora: #4A4A4A; // formerly 'borders/font/any gray'
|
Loading…
Reference in New Issue
Block a user