metro4
Version:
The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style
58 lines (45 loc) • 986 B
text/less
@import (once) "include/vars";
@import (once) "include/mixins";
// IE 10, 11
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.d-none-ie {display: none;}
.d-block-ie {display: block;}
.img-fluid {
width: 100% \9;
}
.img-container {
img {
width: 100% \9;
}
}
.tiles-grid {
display: block;
.clear();
[class*=tile-] {
margin: 5px;
float: left;
}
}
.ribbon-menu {
.content-holder {
.section {
height: 130px;
}
}
}
.ribbon-toggle-group {
height: 80px;
}
}
// Edge
@supports (-ms-ime-align:auto) {
.d-none-edge {display: none;}
.d-block-edge {display: block;}
.ribbon-menu {
.content-holder {
.section {
height: 130px;
}
}
}
}