.icon
  font-family: font-icons
  font-size: 0.8rem
  &.on-left
    margin-right: 0.25rem
  &.on-right
    margin-left: 0.25rem
  &.true
    &:before
      color: rgb(64, 184, 137)
      content: 't'
  &.false
    &:before
      color: rgb(255, 118, 82)
      content: 'f'
