Sha256: a01cdb2190bec81d85febc58e28ee02d6df4b39d09609f4e6ce999ee6e1736e2
Contents?: true
Size: 850 Bytes
Versions: 52
Compression:
Stored size: 850 Bytes
Contents
.number-with-currency { $currency-width: 5.5rem; flex-wrap: nowrap; &-symbol { min-width: 2.5em; /* bootstrap makes this a flexbox item */ justify-content: space-around; } &-amount { min-width: 5rem; text-align: right; } &-addon { width: $currency-width; 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: $currency-width; @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
52 entries across 52 versions & 1 rubygems