Sha256: 7f8d21d6f93495acbc25d5ab596298cd62cb063f8bcfdcbe776be96bab399b39
Contents?: true
Size: 674 Bytes
Versions: 11
Compression:
Stored size: 674 Bytes
Contents
.number-with-currency { &-symbol { min-width: 2.5em; } &-amount { text-align: right; } &-addon { width: 5.5rem; text-align: left; } &-with-select { .number-with-currency-amount { border-right: 0; &:focus + .number-with-currency-select { border-left-color: $input-border-focus; } } .number-with-currency-select { @extend .custom-select; cursor: pointer; width: 5.5rem; @include border-radius($border-radius); @include border-left-radius(0); &::-ms-expand { // Required to see full text of selected value on IE11 display: none; } } } }
Version data entries
11 entries across 11 versions & 1 rubygems