mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
20.47.2022 708d5c1fbc80428f01cb5c8a627fc157ec4ca561
assets/scss/partials/components/_navbarburger.scss
@@ -7,9 +7,6 @@
  margin-left: auto;
  &__line {
    @include themed() {
      background-color: t('primary');
    }
    display: block;
    height: 1px;
    left: calc(50% - 8px);
@@ -20,6 +17,10 @@
    transition-timing-function: ease-out;
    width: 16px;
    @include themed() {
      background-color: t('primary');
    }
    &:nth-child(1) {
      top: calc(50% - 6px);
    }
@@ -32,6 +33,7 @@
      top: calc(50% + 4px);
    }
  }
  @include desktop {
    display: none;
  }