landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
23 lines (20 loc) • 411 B
text/less
//
// DETAILS SCREEN
// --------------------------------------------------
.item-id {
color: #999;
@media (min-width: @screen-sm) {
text-align: right;
}
}
.item-details .toolbar {
.box-shadow( 0 -15px 5px 5px rgba(255, 255, 255, 0.95) );
background-color: white;
border-top: 1px solid @gray-lighter;
margin-top: 20px;
padding: 20px 0 25px;
z-index: 1;
}
.item-header .drilldown {
margin-top: 0;
}