mochawesome-local-screenshots
Version:
A Gorgeous HTML/CSS Reporter for Mocha.js - updated with local screenshot management
16 lines (14 loc) • 348 B
text/less
// MAIN CONTAINER
.details {
padding-top: (@navbarHeight + @summaryHeightStacked + @statusbarHeightStacked);
padding-bottom: 20px;
}
.show-quick-summary .details {
padding-top: 43px; // height of full statusbar plus base padding (33 + 10)
}
// Tablet 768 and up
@media (min-width: @screen-sm-min) {
.details {
padding-top: 10px;
}
}