Sha256: 8b5711f7dbef1bb48b0e88b7d5a9849c28155857682c75abfba8ca4ce67a5eaa
Contents?: true
Size: 680 Bytes
Versions: 5
Compression:
Stored size: 680 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-focus-border-color; } } .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
5 entries across 5 versions & 1 rubygems