1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/css/itcss/settings/variables.scss

82 lines
1.5 KiB
SCSS
Raw Normal View History

2017-08-06 22:53:22 +02:00
/*
Variables
*/
2017-08-14 10:31:27 +02:00
// Base Colors
$white: #fff;
$black: #000;
$orange: #ffa500;
$red: #f00;
$gray: #808080;
/*
Colors
http://chir.ag/projects/name-that-color
*/
2017-08-14 10:31:27 +02:00
$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;
$white: #fff;
$dusty-gray: #9b9b9b;
$alto: #dedede;
$alabaster: #fafafa;
$silver-chalice: #aeaeae;
$curious-blue: #2f9ae0;
$concrete: #f3f3f3;
$tundora: #4d4d4d;
$nile-blue: #1b344d;
2017-08-28 19:14:01 +02:00
$scorpion: #5d5d5d;
$silver: #cdcdcd;
$caribbean-green: #02c9b1;
$monzo: #d0021b;
$crimson: #e91550;
$blue-lagoon: #038789;
$purple: #690496;
$tulip-tree: #ebb33f;
$malibu-blue: #7ac9fd;
$athens-grey: #e9edf0;
$jaffa: #f28930;
$geyser: #d2d8dd;
2018-01-11 06:09:09 +01:00
$manatee: #93949d;
$spindle: #c7ddec;
$mid-gray: #5b5d67;
$cape-cod: #38393a;
2017-08-09 04:01:33 +02:00
/*
Z-Indicies
*/
$dropdown-z-index: 30;
2017-08-22 17:37:15 +02:00
$token-icon-z-index: 15;
$container-z-index: 15;
$header-z-index: 12;
2017-09-14 18:56:40 +02:00
$mobile-header-z-index: 26;
2017-08-22 17:37:15 +02:00
$main-container-z-index: 18;
$send-card-z-index: 20;
2017-08-22 17:37:15 +02:00
$sidebar-z-index: 26;
$sidebar-overlay-z-index: 25;
2017-08-09 04:01:33 +02:00
/*
Z Indicies - Current
app - 11
hex/bn as decimal input - 1 - remove?
dropdown - 11
loading - 10 - higher?
mascot - 0 - remove?
*/
2017-08-11 04:54:42 +02:00
/*
Responsive Breakpoints
*/
$break-small: 575px;
$break-midpoint: 780px;
$break-large: 576px;
2017-10-13 00:46:09 +02:00
$primary-font-type: Roboto;