// badge.scss
.badge-notification {
  font-size: 0.5em;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1em;
}

.badge-notification-wrapper {
  position: relative;
}

.badge-notification-wrapper .badge-notification {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translate(-1em, -0.5em);
}

.badge-notification-wrapper .icon-2x + .badge-notification {
  font-size: 0.7em;
}
