Commit 18ec63d2 authored by Pan's avatar Pan

style: change hamburger default style

parent ccddfe87
...@@ -34,13 +34,12 @@ export default { ...@@ -34,13 +34,12 @@ export default {
cursor: pointer; cursor: pointer;
width: 20px; width: 20px;
height: 20px; height: 20px;
transform: rotate(0deg); transform: rotate(90deg);
transition: .38s; transition: .38s;
transform-origin: 50% 50%; transform-origin: 50% 50%;
} }
.hamburger.is-active { .hamburger.is-active {
transform: rotate(90deg); transform: rotate(0deg);
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment