// Shapes
.rounded {
  border-radius: $border-radius;
}

.circle {
  border-radius: 50%;
}

.min-width {
  min-width: $unit-12 * 2;
}