| Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/ |
| Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/_variables.less |
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Luma theme variables // _____________________________________________ // // Typography // --------------------------------------------- // Fonts @font-family-name__base: 'Montserrat'; @font-family__icon: 'Font Awesome 6 Pro'; @font-family__icon_brand: 'Font Awesome 6 Brands'; @font-family__base: @font-family-name__base, @font-family__sans-serif; // Colors nesting @page__background-color: @color-white; // // Icons // --------------------------------------------- @icon-success: '\e60e'; @icon-error: '\e61f'; @icon-edit: '\e601'; @icon-print: '\e624'; @icon-star-empty: '\e625'; @icon-download: '\e626'; @icon-private: '\e629'; @icon-present: '\e62a'; @icon-gift-registry: '\e62b'; @icon-calendar__font-size: 23px; // // Sidebar // --------------------------------------------- @sidebar__background-color: @color-white-smoke; // Used in cart sidebar, Checkout sidebar, Tier Prices, My account navigation, Rating block background // // Sidebar blocks // --------------------------------------------- @block-items__counter__color: @color-gray43; @bg-overlay : linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%); @toolbar-mode-icon-font-size: 16px; @toolbar-background: transparent; @toolbar-element-background: @color-gray94; @toolbar-element__color: @color-gray37; @pager-action__background: @toolbar-element-background; @pager-action__hover__background: darken(@toolbar-element-background, 7%); @pager__font-weight: @font-weight__bold; @border-radius: 0.8rem;