Resubmit Photo-Verification button must appear in approval box.

Currently, Resubmit photo-verification button is not been displayed
inside the approval box on dashboard.In order to allow a learner to
resubmit before expire it must be displayed in it.
This commit is contained in:
uzairr
2019-11-14 13:40:00 +05:00
parent a48ec5fdfd
commit 34134ff229
4 changed files with 34 additions and 4 deletions

View File

@@ -1250,6 +1250,18 @@
border-bottom-color: $verified-color-lvl4;
}
.action-reverify {
@extend %btn-primary-error;
@extend %t-weight4;
display: block;
@include font-size(14);
}
.btn-reverify {
margin-top: ($baseline/2);
}
.deco-arrow {
@include triangle(($baseline/2), $verified-color-lvl4, up);
}