Something went wrong on our end
-
Martin Leblanc authored
ISTWCMS-5635: local site footer - introduction of menu component, social icon list and test of typography in site footer
Martin Leblanc authoredISTWCMS-5635: local site footer - introduction of menu component, social icon list and test of typography in site footer
_menu.scss 172 B
// @file
// Styles for Menu.
@use '../../01-core' as *;
.menu {
@include list-unstyled;
@media print {
display: none;
}
}
.menu__item {
margin-bottom: 0;
}