@import "../style/typography";
@import "../style/colors";

.la-empty {
  text-align: center;

  &__img {
    margin: auto;
    display: block;
    position: relative;
    width: 148px;
    height: 131px;

    la-icon {
      position: absolute;
      top: 46px;
      left: 54px;
    }
  }

  la-text:nth-child(2) {
    display: block;
    padding-top: 24px;
    color: $midnight-1;
  }

  la-text:nth-child(3) {
    padding-top: 4px;
    display: block;
    color: $midnight-4;
  }
}
