1234567891011121314151617181920212223242526272829303132 |
- // /**
- // * Copyright © Magento, Inc. All rights reserved.
- // * See COPYING.txt for license details.
- // */
- //
- // Blank theme variables
- // _____________________________________________
- //
- // Typography
- // ---------------------------------------------
- // Fonts
- @font-family-name__base: 'Open Sans';
- @font-family__base: @font-family-name__base, @font-family__sans-serif;
- //
- // Sections variables
- // _____________________________________________
- //
- // Tabs
- // ---------------------------------------------
- @tab-content__border-top-status: true;
- //
- // Sidebar
- // ---------------------------------------------
- @sidebar__background-color: @color-white-smoke; // Used in cart sidebar, Checkout sidebar, Tier Prices, My account navigation, Rating block background
|