UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

15 lines (12 loc) 236 B
@import '~react-ions/styles/common/mixins'; .callback-status { @include monospace; display: block; } .truncate-text { display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 50px; }