resq/public/assets/css/style.css
2018-01-10 04:29:28 +08:00

19 lines
No EOL
280 B
CSS

/* template add-ons */
label.has-danger,
.form-control-feedback.has-danger {
color: #f4516c !important;
}
.form-control-danger,
.form-control-danger:focus {
border-color: #f4516c;
}
.hide {
display: none !important;
}
.no-border {
border: 0 !important;
}