Sindbad~EG File Manager
//
// SUBMENU COMPONENT
//
.ps-submenu {
display: flex;
flex-wrap: wrap;
font-size: 13px;
line-height: 1;
background-color: $submenu-bg;
@include media('small') {
display: none;
}
}
.ps-submenu__item {
display: block;
flex-grow: 1;
padding: $padd;
text-align: center;
&.current {
font-weight: bold;
background-color: $submenu-link-bg--current;
}
@include media('medium') {
@if $scss-direction == rtl {
border-left: $submenu-separator;
} @else {
border-right: $submenu-separator;
}
&:last-child {
border-left: none;
border-right: none;
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists