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;
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 {