Live (In a Volcano) community card game.
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.
 
 
 
 

25 lines
909 B

//
// Colors
//
@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";