| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/menu/templates/store_v3_bottom/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/menu/templates/store_v3_bottom/style.css |
.store-menu {
display: block;
padding-left: 16px;
padding-top: 5px;
margin: 0 0 35px;
width: 100%;
list-style: none;
}
.store-menu-item {
display: block;
padding: 0;
margin: 0;
}
.store-menu-item-link {
display: block;
padding: 13px 30px 12px 0;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
vertical-align: middle;
opacity: 0.6;
color: #fff;
}
.store-menu-item.selected .store-menu-item-link,
.store-menu-item-link:active ,
.store-menu-item-link:hover {
opacity: 1;
color: #fff;
text-decoration: none;
}
.store-menu .store-menu-item:first-child .store-menu-item-link { border-top: none; }
.store-menu-item-link:after {
content: '';
display: block;
border: 1.5px solid rgba(255, 255, 255, 0.3);
border-bottom: none;
border-left: none;
width: 9px;
height: 9px;
position: absolute;
right: 20px;
top: 50%;
transform: rotate(45deg) translateY(-50%);
}
.store-menu-item.selected .store-menu-item-link:after {
border-color: #fff;
}