Moving forward.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _hamburger.scss
index 12aa61e..4d25407 100644 (file)
@@ -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 {