X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb2eb95bfbfe8c777c4192ea434a0e999edf3a51..51099aa7aa297f5f38fe052c5caa49b22170e7ac:/src/wolnelektury/static/2022/styles/components/_hamburger.scss diff --git a/src/wolnelektury/static/2022/styles/components/_hamburger.scss b/src/wolnelektury/static/2022/styles/components/_hamburger.scss index 12aa61e47..4d2540792 100644 --- a/src/wolnelektury/static/2022/styles/components/_hamburger.scss +++ b/src/wolnelektury/static/2022/styles/components/_hamburger.scss @@ -15,12 +15,9 @@ $bar-color: #85C7CC; position: relative; cursor: pointer; - @include rwd(tablet) { - margin-right: 0; - } - border: 0; - margin: 0; padding: 0; + margin: 0; + padding: 0; background-color: transparent; appearance: none; @@ -35,19 +32,6 @@ $bar-color: #85C7CC; transition: color 300ms $ease-out; } - &.is-clicked { - z-index: $master-layer + 2; - - @include rwd(tablet) { - position: fixed; - top: 2rem; right: 1rem; - } - - &:after { - color: $color-black; - } - } - .bar, .bar:after, .bar:before {