responsive-menus--tiles.css in AT Tools 8
/**
* 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
============================================================================ */
.ms-tiles .rm-block .block-menu__title,
.ms-tiles .rm-block .menu-level-2 {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
width: 1px;
padding: 0;
word-wrap: normal;
font: 0/0 a;
}
.ms-tiles .rm-toggle {
display: none;
}
.ms-tiles .rm-block__content {
overflow: hidden;
}
.ms-tiles .rm-block__content .menu-level-1 > .menu__item {
width: 48.98785%;
float: left;
}
.ms-tiles .rm-block__content .menu-level-1 > .menu__item:nth-child(2n + 1) {
margin-left: 0;
margin-right: -100%;
clear: both;
margin-left: 0;
}
.ms-tiles .rm-block__content .menu-level-1 > .menu__item:nth-child(2n + 2) {
margin-left: 51.01215%;
margin-right: -100%;
clear: none;
}
.ms-tiles .rm-block__content .menu-level-1 a {
padding: 7px 16px;
padding: 0.4375rem 1rem;
}
.ms-tiles .rm-block__content .menu__item--expanded > a:after {
content: none;
}
.ms-tiles .rm-block__content {
padding: 7px 0;
padding: 0.4375rem 0;
}
.ms-tiles .rm-block__content .menu-level-1 > .menu__item {
margin: 7px 0;
margin: 0.4375rem 0;
}
/*# sourceMappingURL=maps/responsive-menus--tiles.css.map */
File
at_theme_generator/starterkits/starterkit/styles/css/components/responsive-menus--tiles.css
View source
- /**
- * 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
- ============================================================================ */
- .ms-tiles .rm-block .block-menu__title,
- .ms-tiles .rm-block .menu-level-2 {
- position: absolute !important;
- clip: rect(1px, 1px, 1px, 1px);
- overflow: hidden;
- height: 1px;
- width: 1px;
- padding: 0;
- word-wrap: normal;
- font: 0/0 a;
- }
- .ms-tiles .rm-toggle {
- display: none;
- }
- .ms-tiles .rm-block__content {
- overflow: hidden;
- }
- .ms-tiles .rm-block__content .menu-level-1 > .menu__item {
- width: 48.98785%;
- float: left;
- }
- .ms-tiles .rm-block__content .menu-level-1 > .menu__item:nth-child(2n + 1) {
- margin-left: 0;
- margin-right: -100%;
- clear: both;
- margin-left: 0;
- }
- .ms-tiles .rm-block__content .menu-level-1 > .menu__item:nth-child(2n + 2) {
- margin-left: 51.01215%;
- margin-right: -100%;
- clear: none;
- }
- .ms-tiles .rm-block__content .menu-level-1 a {
- padding: 7px 16px;
- padding: 0.4375rem 1rem;
- }
- .ms-tiles .rm-block__content .menu__item--expanded > a:after {
- content: none;
- }
-
- .ms-tiles .rm-block__content {
- padding: 7px 0;
- padding: 0.4375rem 0;
- }
- .ms-tiles .rm-block__content .menu-level-1 > .menu__item {
- margin: 7px 0;
- margin: 0.4375rem 0;
- }
-
- /*# sourceMappingURL=maps/responsive-menus--tiles.css.map */