mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
Update hamburger
This commit is contained in:
parent
4346578790
commit
2b117e702a
@ -1,13 +1,14 @@
|
||||
@use '../mixins' as *;
|
||||
|
||||
.menu-hamburger {
|
||||
width: 22px;
|
||||
width: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
cursor: pointer;
|
||||
justify-content: center;
|
||||
height: var(--nav-height);
|
||||
margin: 0 12px;
|
||||
margin: 0 14px;
|
||||
|
||||
> span {
|
||||
background-color: var(--text-color);
|
||||
border-radius: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user