Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / pages / Product / CssVariables.js
Size: Mime:
import { fontValue } from '@skava/styleh-toolset';
// old add-to-cart color 159FD5
export default `
  --color-brand-name: #535353;
  --color-product-name: #292929;
  --color-product-description: #535353;
  --color-regular-price: #D2161B;
  --color-promotion-name: #292929;
  --color-read-more: #115992;
  --color-option-header: #292929;
  --color-write-review: #115992;
  --color-size-label: #292929;
  --color-available: #008a00;
  --background-cart-button: #115992;
  --color-cart-button-text: #FFFFFF;
  --color-details-list: #535353;
  --color-share-title: #535353;
  --color-quantity-text: #535353;
  --color-shopping-list: #535353;
  --color-review-title: #292929;
  --color-rating-text: #535353;
  --color-review-button: #B1B1B1;
  --background-color-review-button: transparent;
  --color-review-subject: #535353;
  --color-review-content: #535353;
  --color-review-report: #115992;
  --background-color-yesnobutton-highlight: #B1B1B1;
  --background-color-yesnobutton-highlight-active: #115992;
  --background-color-yesnobutton-text: #535353;
  --color-yesnobutton-text: #FFFFFF;
  --color-border-grey: #A6AFC1;
  --color-border-dark-grey: #535353;
  --color-box-shadow: #292929;
  --color-box-shadow-active: #115992;

  --font-brand-name: ${fontValue(18, 'regular')};
  --font-regular-price: ${fontValue(16, 'regular')};
  --font-product-description: ${fontValue(16, 'regular')};
  --font-promotion-name: ${fontValue(16, 'regular')};
  --font-read-more: ${fontValue(16, 'regular')};
  --font-option-header: ${fontValue(24, 'bold')};
  --font-write-review: ${fontValue(16, 'bold')};
  --font-cart-button: ${fontValue(18, 'semi')};
  --font-share-title: ${fontValue(16, 'regular')};
  --font-quantity-text: ${fontValue(16, 'regular')};
  --font-shopping-list: ${fontValue(16, 'regular')};
  --font-review-title: ${fontValue(20, 'semi')};
  --font-review-button: ${fontValue(16, 'regular')};
  --font-review-subject: ${fontValue(16, 'semi')};
  --font-review-content: ${fontValue(16, 'regular')};
  --font-yesnobutton-text: ${fontValue(15, 'semi')};

  --border-lite: 1px solid var(--color-border-grey);
  --border-dark: 1px solid var(--color-border-dark-grey);
  --border-detail-table: 1px solid var(--border-grey);
`;
//# sourceMappingURL=CssVariables.js.map