@import "../style/colors.scss";

$laLabelSize: 44px;
.la-date-label {
  width: $laLabelSize;
  height: $laLabelSize;
  background: $white;
  border-radius: 50%;
  display: inline-block;
}

.la-date-label__day, .la-date-label__month {
  display: block;
  text-align: center;
  position: relative;
}

.la-date-label__day {
  top: 2px;
}

.la-date-label__month {
  top: -8px;
}
