.sg-rounded {
  border-radius: $sg-border-radius !important;
}

.sg-rounded-top {
  border-top-left-radius: $sg-border-radius !important;
  border-top-right-radius: $sg-border-radius !important;
}

.sg-rounded-right {
  border-top-right-radius: $sg-border-radius !important;
  border-bottom-right-radius: $sg-border-radius !important;
}

.sg-rounded-bottom {
  border-bottom-right-radius: $sg-border-radius !important;
  border-bottom-left-radius: $sg-border-radius !important;
}

.sg-rounded-left {
  border-top-left-radius: $sg-border-radius !important;
  border-bottom-left-radius: $sg-border-radius !important;
}

.sg-rounded-top-right {
  border-top-right-radius: $sg-border-radius !important;
}

.sg-rounded-top-left {
  border-top-left-radius: $sg-border-radius !important;
}

.sg-rounded-bottom-right {
  border-bottom-right-radius: $sg-border-radius !important;
}

.sg-rounded-bottom-left {
  border-bottom-left-radius: $sg-border-radius !important;
}
