blob: 3a708e1b52e1fe1647af6beb262393657db2ed5e [file] [log] [blame]
.ng-valid[required], .ng-valid.required {
border-left: 5px solid #42A948; /* green */
}
.ng-invalid:not(form) {
border-left: 5px solid #a94442; /* red */
}
.error{
border-left: 5px solid #a94442;
}
.dateRangePickerIcon:hover{
cursor: pointer;
}
input{
min-width: 200px;
}
.c-token{
background:#337ab7 !important;
}
.alert {
margin: 5px;
}
.shc-table-col{
width: 70px;
}