mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 05:43:40 +08:00
24 lines
711 B
Plaintext
24 lines
711 B
Plaintext
@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;
|
|
@input-border-focus: @fl-body-control-bg;
|
|
@input-color: @fl-body-control-color;
|
|
@input-color-placeholder: @fl-body-control-color;
|
|
|
|
@zindex-composer: @zindex-navbar-fixed + 4;
|
|
@zindex-pane: @zindex-navbar-fixed + 5;
|
|
@zindex-alerts: @zindex-modal + 10;
|