![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/theme-adminhtml-backend/web/css/source/variables/ |
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // Variables -> Typography // _____________________________________________ // Base Font @font-family-name__base: 'Open Sans'; @font-family__base: @font-family-name__base, @font-family__sans-serif; @font-family__console: 'Courier New', Courier, monospace; // Sizes @font-size__xl: 1.8rem; @font-size__l: 1.6rem; @font-size__base: 1.4rem; @font-size__s: 1.2rem; @font-size__tiny: 1.1rem; @font-size__xs: 1rem; @line-height__base: 1.36; @line-height__s: 1.2; @line-height__m: 1.4; // Paragraph @paragraph__indent-bottom: .5em; // Links @link__color: @color-blue-pure; @link__hover__color: @color-blue-pure; // Disabled @disabled__opacity: .5;