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.
69 lines
2.0 KiB
69 lines
2.0 KiB
//
|
|
// Colors
|
|
//
|
|
|
|
@page-background-color: #e8e8e8;
|
|
@content-background-color: #ffffff;
|
|
@content-border-color: #a8a8a8;
|
|
@content-container-color: #c8c8c8;
|
|
|
|
@site-brand-color: #ff0013;
|
|
@button-label-color: #2a2a2a;
|
|
@button-label-hover: #ffffff;
|
|
@social-link-color: #2a2a2a;
|
|
@checkout-button-text-color: #2a2a2a;
|
|
|
|
@dtp-dropdown-button-bgcolor: none;
|
|
@dtp-dropdown-button-color: #e8e8e8;
|
|
|
|
@emoji-react-button-active-color: #adc7a0;
|
|
|
|
@scrollbar-border-color: @content-border-color;
|
|
@scrollbar-thumb-color: #ff001380;
|
|
|
|
//
|
|
// 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";
|
|
|
|
//
|
|
// Chat Stage
|
|
//
|
|
|
|
@stage-border-color: #686868;
|
|
|
|
@stage-header-bgcolor: #585858;
|
|
@stage-header-color: #e5e6b9;
|
|
|
|
@stage-live-member-bgcolor: #1a1a1a;
|
|
@stage-live-member-color: #8a8a8a;
|
|
|
|
@chat-sidebar-bgcolor: #3f5768;
|
|
@chat-sidebar-color: #e8e8e8;
|
|
|
|
@chat-container-bgcolor: #ffffff;
|
|
@chat-container-color: #2a2a2a;
|
|
|
|
@chat-media-bgcolor: #4a4a4a;
|
|
@chat-media-color: #e8e8e8;
|
|
|
|
@chat-message-bgcolor: #e8e8e8;
|
|
@chat-message-color: #1a1a1a;
|
|
@chat-message-timestamp-color: #a8a8a8;
|
|
|
|
@system-message-bgcolor: #686868;
|
|
@system-message-color: #c8c8c8;
|
|
|
|
@chat-input-panel-bgcolor: #e8e8e8;
|
|
@chat-input-panel-color: #1a1a1a;
|