Del: Color scss

This commit is contained in:
surunzi
2016-05-06 15:03:42 +08:00
parent 6062467920
commit ab82acd925
15 changed files with 17 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ function genCssFile(fontData)
fontData + '\') format(\'woff\');');
data = data.join('\n');
data = data.replace('icon-"', 'eruda-icon-"');
data =
writeCssFile(data);
});

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {
.console {

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools { .tools { .console {
.logs {

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools {
position: absolute;

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools {
.nav-bar {

View File

@@ -1,5 +1,4 @@
@import "../variable";
@import "../color";
.dev-tools { .tools {
.elements {

View File

@@ -1,4 +1,3 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {
.info {

View File

@@ -1,4 +1,4 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {
.network {

View File

@@ -1,4 +1,3 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {

View File

@@ -1,5 +1,4 @@
@import "../variable";
@import "../color";
.dev-tools { .tools {
.settings {

View File

@@ -1,4 +1,3 @@
@import "../color";
@import "../variable";
.dev-tools { .tools {

View File

@@ -1,7 +0,0 @@
$blue: #76a2ee;
$gray: #b4b4b4;
$gray-light: #f2f2f2;
$red: #eda29b;
$red-dark: #f73c37;
$green: #8de191;
$yellow: #fff5c2;

View File

@@ -1,4 +1,4 @@
@import "color";
@import "variable";
#eruda {
pointer-events: none;

View File

@@ -1,2 +1,10 @@
$box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05), 0 1px 4px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .2);
$common-padding: 10px;
$common-padding: 10px;
$blue: #76a2ee;
$gray: #b4b4b4;
$gray-light: #f2f2f2;
$red: #eda29b;
$red-dark: #f73c37;
$green: #8de191;
$yellow: #fff5c2;