mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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
|
ITCSS
|
||||||
light orange (button shades): #F5C26D
|
|
||||||
dark orange (text): #F5A623
|
http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528
|
||||||
borders/font/any gray: #4A4A4A
|
https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
@import 'settings/index.scss';
|
||||||
application specific styles
|
@import 'tools/index.scss';
|
||||||
*/
|
@import 'generic/index.scss';
|
||||||
|
@import 'base/index.scss';
|
||||||
|
@import 'objects/index.scss';
|
||||||
|
@import 'components/index.scss';
|
||||||
|
@import 'trumps/index.scss';
|
||||||
|
|
||||||
|
|
||||||
@import './fonts.scss';
|
@import './fonts.scss';
|
||||||
@import './reset.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