.u-relative { position: relative; } .u-pointer { user-select: none; cursor: pointer; } .u-readonly { user-select: none; } .u-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .u-color--primary { color: $primary; } .u-color--success { color: $success; } .u-color--success.dark { color: $success--dark; } .u-color--error { color: $error; } .u-color--error.dark { color: #fb8885; } .u-color--warning { color: $warning; } .u-color--black { color: $black; } .u-color--info { color: $gray--dark; } .u-text-center { text-align: center; }