acklen-keystone
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
18 lines (16 loc) • 329 B
text/less
.isoHelperText {
display: flex;
align-items: center;
justify-content: center;
h3 {
font-size: @isoFontSize + 10;
font-weight: 300;
// text-transform: capitalize;
color: @isoColor--TextDark;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
}