// Label
@mixin label {
  color: $base-color;
  font-size: 13px;
  text-transform: uppercase;
}