Sha256: d7645ebd07819e7af231134d0cc525c8510b2752bc92a312bedbda065306853c
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
//button { // @extend .btn; //} .btn-transparent { color: #fff; background-color: transparent; border-color: transparent; } .btn { [class^="icon-"], [class*=" icon-"] { display: inline-block; margin-top: -2px; vertical-align: middle; } } .btn-pill { border-radius: 50em; } .btn-square { border-radius: 0; } @each $color, $value in $theme-colors { .btn-ghost-#{$color} { @include button-ghost-variant($value); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anchor_ui-sprockets-5.2.0.1 | app/assets/stylesheets/coreui/_buttons.scss |