
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/styles/uikit/components/partials/component/_menu.responsive.tiles.scss |
/**
* Tile menu
* $tile_count: whole number, must be a factor of the $context
* $context: whole number, a $susy container, can be 8, 10 or 12.
* $arrows: boolean
============================================================================ */
@include tiles($context: 12, $tile_count: 2, $arrows: false);
.ms-tiles {
.rm-block__content {
@include output-rhythm(padding, $xx-small 0);
.menu-level-1 {
> .menu__item {
@include output-rhythm(margin, $xx-small 0);
}
}
}
}