![]() 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/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/ |
// // Buttons // -------------------------------------------------- // Base styles // --------------------- .btn { transition: var(--all); &, &:active { outline: 0; } // reset font awesome width .fa { min-width: 13px; } // remix icon [class^="ri-"], [class*=" ri-"] { font-size: 12px; vertical-align: -.05em; } // caret // --------------------- > .caret { margin-top: -1px; } // Rounded buttons // --------------------- &.btn-rounded { border-radius: @input-height-base; padding-left: (@padding-base-horizontal + 4); padding-right: (@padding-base-horizontal + 4); } // Circle buttons // --------------------- &.btn-circle { width: @input-height-base; padding-left: 0; padding-right: 0; border-radius: 50%; &.btn-lg { width: (@input-height-large + 1); } &.btn-sm { width: (@input-height-small - 1); } &.btn-xs { width: (@input-height-small - 9); } } // Outline buttons // --------------------- &.btn-outline { background-color: transparent; border-width: 1px; &.btn-primary { color: @brand-primary; } &.btn-success { color: @brand-success; } &.btn-warning { color: @brand-warning; } &.btn-danger { color: @brand-danger; } &.btn-info { color: @brand-info; } } } // Link buttons // ------------------------- // Make a button look and behave like a link .btn-link { font-weight: @btn-font-weight; &:hover, &:focus { text-decoration: none; } } .btn-info { color: @gray-dark; &:hover { color: @gray-dark; } }