We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3065 commit b3045ddCopy full SHA for b3045dd
src/components/Hamburger/index.vue
@@ -29,11 +29,26 @@
29
:class="[{'is-active': isActive}]"
30
@click="toggleClick"
31
>
32
- <svg-icon
33
- name="hamburger"
+ <svg
+ viewBox="0 0 100 80"
34
width="20"
35
height="20"
36
- />
+ >
37
+ <rect
38
+ width="100"
39
+ height="20"
40
+ />
41
42
+ y="30"
43
44
45
46
47
+ y="60"
48
49
50
51
+ </svg>
52
</div>
53
</template>
54
@@ -57,7 +72,4 @@ export default class extends Vue {
57
72
vertical-align: middle;
58
73
}
59
74
60
-.is-active {
61
- transform: rotate(180deg);
62
-}
63
75
</style>
0 commit comments