UNPKG

equation-admin-template

Version:

Booststrap 4 admin template made by equation

84 lines (76 loc) 1.52 kB
/* Warning */ .row [class*="col-"] .widget .widget-header h4 { color: #3b3f5c; } .nav-pills .nav-link { color: #515365; } .rounded-pills .nav-pills .nav-link.active, .rounded-pills .nav-pills .show>.nav-link { box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3); background-color: #e95f2b; } .form-control { border: 1px solid #ccc; border-radius: 2px; } .error { color: #e7515a; } .help-block { color: #3862f5; } .form-horizontal .control-label { color: #3b3f5c; margin-bottom: 14px; } .control-group.warning input { border: 1px solid #ee3d50; color: #ee3d50; } .control-group.warning p.help-block ul li { color: #ee3d50; } /* Success */ .control-group.success input { border: 1px solid #6156ce; color: #6156ce; } .control-group.success p.help-block ul li { color: #6156ce; } /* Error */ .control-group.error input { border: 1px solid #ee3d50; color: #ee3d50; } .control-group.error p.help-block ul li { color: #ee3d50; } p.help-block ul { padding-left: 0 } p.help-block ul li { list-style: none; } .form-control::-webkit-input-placeholder { color: #888ea8; font-size: 15px; } .form-control::-ms-input-placeholder { color: #888ea8; font-size: 15px; } .form-control::-moz-placeholder { color: #888ea8; font-size: 15px; } .form-control:focus { border-color: #f1f3f1; border-left: solid 3px #3862f5; }