You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/components/record/record.page.styl

27 lines
579 B
Stylus

.record-status--text
for key, value in $record-status-color
&.{key}
color: value !important
.record-status--icon
display: inline-block
width: 1.15em
for key, value in $record-status-icon
&.{key}:before
content: value
color: $record-status-color[key]
.record-status--border
border-left: rem(3px) solid transparent
for key, value in $record-status-color
&.{key}
border-left: rem(3px) solid lighten(value, 10%)
.record-status--background
color: #FFF
for key, value in $record-status-color
&.{key}
background: value