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.
79 lines
2.3 KiB
79 lines
2.3 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: #071E22;
|
|
@stage-header-color: #FCF1E8;
|
|
|
|
@stage-live-member-bgcolor: #1a1a1a;
|
|
@stage-live-member-color: #8a8a8a;
|
|
|
|
@chat-sidebar-bgcolor: #62767e;
|
|
@chat-sidebar-color: #FCF1E8;
|
|
|
|
@chat-container-bgcolor: #e8e8e8;
|
|
@chat-container-color: #071E22;
|
|
|
|
@chat-media-bgcolor: #4a4a4a;
|
|
@chat-media-color: #e8e8e8;
|
|
|
|
@chat-message-bgcolor: #FCF1E8;
|
|
@chat-message-color: #071E22;
|
|
@chat-message-timestamp-color: #679289;
|
|
|
|
@message-react-button-bgcolor: @chat-sidebar-bgcolor;
|
|
@message-react-button-color: @chat-sidebar-color;
|
|
|
|
@chat-message-menu-bgcolor: @chat-sidebar-bgcolor;
|
|
@chat-message-menu-color: @chat-sidebar-color;
|
|
|
|
@system-message-bgcolor: #EE2E31;
|
|
@system-message-color: #FCF1E8;
|
|
@system-message-timestamp-color: #FCF1E8;
|
|
|
|
@chat-input-panel-bgcolor: #7794a0;
|
|
@chat-input-panel-color: #1a1a1a;
|
|
|
|
@link-container-bgcolor: rgba(0, 0, 0, 0.1);
|
|
@link-container-border-color: red;
|