fix button color and some route change

This commit is contained in:
yogesh_gohil
2019-11-16 18:34:28 +05:30
parent 8de610ad63
commit eebec45ce1
4 changed files with 23 additions and 8 deletions

View File

@ -115,3 +115,8 @@ code, .code {
.swal-icon--custom {
height: 70px !important;
}
.avatar-cropper-btn:hover {
background-color: $ls-color-primary !important;
color: $white;
}