You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#navbar-menu {
|
|
|
|
|
.sidebar-item {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.el-menu-item, .el-submenu__title {
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
.el-submenu__icon-arrow {
|
|
|
|
|
position: initial;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.el-menu--collapse .el-menu .el-submenu, .el-menu--popup {
|
|
|
|
|
text-align: center;
|
|
|
|
|
min-width: 120px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#navbar-menu-mobile {
|
|
|
|
|
.el-menu {
|
|
|
|
|
border-right: none;
|
|
|
|
|
|
|
|
|
|
.el-menu-item, .el-submenu__title{
|
|
|
|
|
font-size: var(--tblr-nav-link-font-size);
|
|
|
|
|
height: auto;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
min-height: 2rem;
|
|
|
|
|
padding: .5rem calc(calc(var(--tblr-page-padding)* 2) / 2);
|
|
|
|
|
}
|
|
|
|
|
.el-submenu.is-active .el-submenu__title {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
color: var(--theme-color);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|