You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
//
|
|
// Colors
|
|
//
|
|
|
|
@page-background-color: #e8e8e8;
|
|
@content-background-color: #ffffff;
|
|
@content-border-color: #a8a8a8;
|
|
|
|
@site-brand-color: #ff0013;
|
|
@button-label-color: #2a2a2a;
|
|
@button-label-hover: #ffffff;
|
|
@social-link-color: #2a2a2a;
|
|
@checkout-button-text-color: #2a2a2a;
|
|
|
|
//
|
|
// Component: Navbar
|
|
//
|
|
|
|
@navbar-nav-item-height: @site-navbar-height;
|
|
|
|
//
|
|
// Form
|
|
//
|
|
|
|
@internal-form-select-image: "/uikit/images/backgrounds/form-select.svg";
|
|
@internal-form-datalist-image: "/uikit/images/backgrounds/form-datalist.svg";
|
|
@internal-form-radio-image: "/uikit/images/backgrounds/form-radio.svg";
|
|
@internal-form-checkbox-image: "/uikit/images/backgrounds/form-checkbox.svg";
|
|
@internal-form-checkbox-indeterminate-image: "/uikit/images/backgrounds/form-checkbox-indeterminate.svg";
|