46 lines
966 B
Plaintext
46 lines
966 B
Plaintext
@base-font-size: 16px;
|
|
|
|
@default-float: left;
|
|
@opposite-direction: right;
|
|
// @text-direction: left;
|
|
|
|
|
|
@base-color: #671637;
|
|
@color-1: #00002d;
|
|
@color-2: #0066c6;
|
|
@color-3: #0066c6;
|
|
@color-message: #333;
|
|
@color-error: @base-color;
|
|
@color-success: @color-1;
|
|
|
|
|
|
// This needs to be a px value since rem and em-calc use it. It is translated
|
|
// to a percante unit for html and body font-sizing like so: strip-unit(@base-font-size) / 16 * 100%;
|
|
@base-line-height: 1.6;
|
|
@base-line-height-computed: @base-line-height * 1rem;
|
|
|
|
@body-font-color: #fff;
|
|
@body-font-family: 'Open Sans', sans-serif;
|
|
@body-font-weight: 300;
|
|
@body-font-style: normal;
|
|
@body-bg: @color-1;
|
|
|
|
@font-smoothing: subpixel-antialiased;
|
|
|
|
@input-padding: 14px 12px;
|
|
@input-font-weight: 300;
|
|
|
|
// Colors
|
|
// @form-valid-color: @base-color;
|
|
// @form-invalid-color: #ffae00;
|
|
@form-valid-color: @color-success;
|
|
@form-invalid-color: @color-error;
|
|
@form-icon-width: 20px;
|
|
@form-icon-height: 20px;
|
|
|
|
|
|
//
|
|
// Custom
|
|
//
|
|
|