.bell {
  position: relative;

  &__round {
    position: absolute;
    top: -1px;
    right: 7px;

    width: 7px;
    height: 7px;

    background: red;
    border-radius: 100%;
  }
}
