acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
24 lines (20 loc) • 388 B
text/less
.isoWidgetsWrapper {
margin: 0 10px;
@media only screen and (max-width: 767px) {
margin-right: 0 ;
}
}
.isoWidgetBox {
width: 100%;
height: 100%;
padding: 30px;
background-color: #ffffff;
border: 1px solid @isoColor--BorderLight;
canvas {
width: 100% ;
height: 100% ;
}
}
.isoWidgetsColumn {
align-content: flex-start;
}