2015-01-16 14:56:10 +08:00
|
|
|
@brand-primary: @fl-primary-color;
|
|
|
|
|
|
|
|
@body-bg: @fl-body-bg;
|
|
|
|
@text-color: @fl-body-color;
|
|
|
|
@font-size-base: 13px;
|
|
|
|
|
|
|
|
@font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
@padding-base-vertical: 8px;
|
|
|
|
@padding-base-horizontal: 13px;
|
|
|
|
|
|
|
|
@btn-default-bg: @fl-body-control-bg;
|
|
|
|
@btn-default-color: @fl-body-control-color;
|
|
|
|
|
|
|
|
@input-bg: @fl-body-control-bg;
|
|
|
|
@input-border: @fl-body-control-bg;
|
2015-01-30 09:47:55 +08:00
|
|
|
@input-border-focus: @fl-body-control-bg;
|
2015-01-16 14:56:10 +08:00
|
|
|
@input-color: @fl-body-control-color;
|
2015-02-06 08:04:41 +08:00
|
|
|
@input-color-placeholder: @fl-body-control-color;
|
|
|
|
|
|
|
|
@zindex-composer: @zindex-navbar-fixed + 4;
|
|
|
|
@zindex-pane: @zindex-navbar-fixed + 5;
|
|
|
|
@zindex-alerts: @zindex-modal + 10;
|