Browse Source

fixe margin and outline on the menu burger in MenuSubComponent

AlexiCauvin 7 years ago
parent
commit
4a95eada6f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/css/AccountPage.styl

+ 3 - 3
src/css/AccountPage.styl View File

166
         min-height 60px
166
         min-height 60px
167
         &__responsive
167
         &__responsive
168
           &__hamburger
168
           &__hamburger
169
-            margin 18px 0 0 10px
170
             padding 0
169
             padding 0
170
+            &:focus
171
+              outline none
171
             &__box
172
             &__box
172
-              &:focus
173
-                outline none
173
+              margin-top 15px
174
               &__icon, &__icon::before, &__icon::after
174
               &__icon, &__icon::before, &__icon::after
175
                 width 30px
175
                 width 30px
176
         &__list
176
         &__list