app/assets/less/variables.less: cleanup color variables abit.
This commit is contained in:
parent
747e10bc9c
commit
5e67f98dd7
1 changed files with 10 additions and 14 deletions
|
|
@ -6,9 +6,8 @@
|
||||||
@image-path: '@{base-path}/img';
|
@image-path: '@{base-path}/img';
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// General colors.
|
// Colors
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
@blue: #0000ff;
|
|
||||||
@lightest-gray: #f9f9f9;
|
@lightest-gray: #f9f9f9;
|
||||||
@light-gray: #dcdcdc;
|
@light-gray: #dcdcdc;
|
||||||
@dark-gray: #444;
|
@dark-gray: #444;
|
||||||
|
|
@ -16,22 +15,19 @@
|
||||||
@black: #000;
|
@black: #000;
|
||||||
@white: #fff;
|
@white: #fff;
|
||||||
|
|
||||||
// ----------------------------------
|
// Text
|
||||||
// Global colors.
|
|
||||||
// ----------------------------------
|
|
||||||
|
|
||||||
@brand-color: #03a9f4;
|
|
||||||
@brand-info: hsl(210, 70%, 50%);
|
|
||||||
@foreground-color: white;
|
|
||||||
//@body-bg: #f3f6fc;
|
|
||||||
@body-bg: #f5f5f6;
|
|
||||||
@border-color: @light-gray;
|
|
||||||
|
|
||||||
@text-color: #353535;
|
@text-color: #353535;
|
||||||
@text-secondary-color: #757575;
|
@text-secondary-color: #757575;
|
||||||
@text-light-color: #f1f1f1;
|
@text-light-color: #f1f1f1;
|
||||||
|
|
||||||
// Branding colors
|
// Layout
|
||||||
|
@foreground-color: white;
|
||||||
|
@body-bg: #f5f5f6;
|
||||||
|
@border-color: @light-gray;
|
||||||
|
|
||||||
|
// Brand
|
||||||
|
@brand-color: #03a9f4;
|
||||||
|
@brand-info: hsl(210, 70%, 50%);
|
||||||
@google-color: #db4437;
|
@google-color: #db4437;
|
||||||
@github-color: #4183c4;
|
@github-color: #4183c4;
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue