mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
10 lines
110 B
SCSS
10 lines
110 B
SCSS
|
@import '../mixins';
|
||
|
|
||
|
.navbar-menu {
|
||
|
display: none;
|
||
|
|
||
|
@include respond-to('md') {
|
||
|
display: flex;
|
||
|
}
|
||
|
}
|