소스 검색

Redistribute colors in constants.less

@soyjavi 14 년 전
부모
커밋
fc9fe8d153
2개의 변경된 파일59개의 추가작업 그리고 43개의 파일을 삭제
  1. 59 1
      src/stylesheets/less/constants.less
  2. 0 42
      src/stylesheets/less/mixins.less

+ 59 - 1
src/stylesheets/less/constants.less

@@ -1,3 +1,12 @@
+@import "mixins.less";
+
+/* @group DIMENSIONS */
+
+@header-height: 42px;
+
+/* @end */
+
+
 
 @defaultTrasition : @easeOutSine;
 
@@ -5,4 +14,53 @@
 	@header_extended_height: 74px;
 @footer_toolbar_height: 48px;
 
-@header-height: 38px;
+
+/* @group COLORS */
+
+@white:             #fff;
+@black:				#000;
+@black-active:		#000;
+
+@grey:       		#ccc;
+@grey-active:		#b5b5b5;
+
+@red:         		#e33100;
+@red-active:        #c5280f;
+
+@lightgreen:        #91bd09;
+@lightgreen-active: #7ea41a;
+
+@green:         	#009600;
+@green-active:      #00770e;
+
+@blue:         		#237fd7;
+@blue-active:       #1a69b6;
+
+@arcticblue:        #2daebf;
+@arcticblue-active: #238e9e;
+
+@orange:         	#ff5c00;
+@orange-active:     #da4e15;
+
+@purple:         	#7b658d;
+@purple-active:     #574765;
+
+@magenta:         	#a9014b;
+@magenta-active:    #831239;
+
+@pink:         		#ff007f;
+@pink-active:       #de2870;
+
+@yellow:         	#ffb515;
+@yellow-active:     #dfa020;
+
+@twitter:        	#35cdff;
+@twitter-active:    #2bafda;
+
+@facebook:         	#3b5998;
+@facebook-active:   #2c4579;
+
+/* @end */
+
+
+

+ 0 - 42
src/stylesheets/less/mixins.less

@@ -11,48 +11,6 @@
 // Variables
 //
 
-@white:             #fff;
-@black:				#000;
-@black-active:		#000;
-
-@grey:       		#ccc;
-@grey-active:		#b5b5b5;
-
-@red:         		#e33100;
-@red-active:        #c5280f;
-
-@lightgreen:        #91bd09;
-@lightgreen-active: #7ea41a;
-
-@green:         	#009600;
-@green-active:      #00770e;
-
-@blue:         		#237fd7;
-@blue-active:       #1a69b6;
-
-@arcticblue:        #2daebf;
-@arcticblue-active: #238e9e;
-
-@orange:         	#ff5c00;
-@orange-active:     #da4e15;
-
-@purple:         	#7b658d;
-@purple-active:     #574765;
-
-@magenta:         	#a9014b;
-@magenta-active:    #831239;
-
-@pink:         		#ff007f;
-@pink-active:       #de2870;
-
-@yellow:         	#ffb515;
-@yellow-active:     #dfa020;
-
-@twitter:        	#35cdff;
-@twitter-active:    #2bafda;
-
-@facebook:         	#3b5998;
-@facebook-active:   #2c4579;
 
 //============================================================