mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Move debug and colors to itcss
This commit is contained in:
parent
9004081ae0
commit
f73e4dd604
@ -1,4 +0,0 @@
|
||||
$gallery: #EFEFEF;
|
||||
$alabaster: #F7F7F7;
|
||||
$shark: #22232C;
|
||||
$wild-sand: #F6F6F6;
|
@ -3,6 +3,28 @@ App Sections
|
||||
TODO: Move into separate files.
|
||||
*/
|
||||
|
||||
/*
|
||||
debug / dev
|
||||
*/
|
||||
|
||||
#app-content {
|
||||
border: 2px solid green;
|
||||
}
|
||||
|
||||
#design-container {
|
||||
position: absolute;
|
||||
left: 360px;
|
||||
top: -42px;
|
||||
width: calc(100vw - 360px);
|
||||
height: 100vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
#design-container img {
|
||||
width: 2000px;
|
||||
margin-right: 600px;
|
||||
}
|
||||
|
||||
/* initialize */
|
||||
|
||||
textarea.twelve-word-phrase {
|
||||
|
@ -1,4 +1,14 @@
|
||||
/*
|
||||
Variables
|
||||
*/
|
||||
|
||||
|
||||
// Colors
|
||||
$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'
|
||||
$gallery: #EFEFEF;
|
||||
$alabaster: #F7F7F7;
|
||||
$shark: #22232C;
|
||||
$wild-sand: #F6F6F6;
|
Loading…
Reference in New Issue
Block a user