diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 209dd4675a..2d532225d2 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -1539,6 +1539,21 @@ width: 23px; padding: 3px 0; } + + &.old-id-card { + width: 88px; + height: 88px; + + .fa-list-alt { + left: -7px; + } + + .id-photo { + top: 13px; + left: -3px; + line-height: 1.1em; + } + } } .copy { diff --git a/lms/templates/verify_student/show_requirements.html b/lms/templates/verify_student/show_requirements.html index a2a43431bf..e4e8af93a0 100644 --- a/lms/templates/verify_student/show_requirements.html +++ b/lms/templates/verify_student/show_requirements.html @@ -111,10 +111,10 @@