@import "../../../css/bootstrap/bootstrap.less"; @import "../../../css/bootstrap/responsive.less"; @import "mixins.less"; @import "config.less"; /** * Main stylesheet */ input.error, select.error { background-color: #f2dede; color: #b94a48; margin: 2px 0px; } label.error { background: none; border: none; } .errorMessage { color: #b94a48; clear: both; } .gray { color: gray; }