@use '_variables' as *;
@use '_mixins' as *;

.glyphicon-ok {
  color: $green;
}

.glyphicon-remove {
  color: $red;
}