UNPKG

@bigfishtv/cockpit

Version:

26 lines (22 loc) 318 B
.status { display: inline-block; .square(0.8rem); vertical-align: middle; background: @grey-400; border-radius: 0.8rem; &.info { background: @info; } &.error, &.expired { background: @error; } &.warning, &.pending { background: @warning; } &.success, &.published { background: @success; } }