From 9fb617056934a3e672ae4a38737cb581dcaff2b8 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 29 Jun 2016 14:08:16 -0400 Subject: [PATCH] style error-step like last-step Since they're both mostly info cards. Fixes #627. --- src/views/teacherregistration/teacherregistration.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/teacherregistration/teacherregistration.scss b/src/views/teacherregistration/teacherregistration.scss index 4527cb0d1..d63124463 100644 --- a/src/views/teacherregistration/teacherregistration.scss +++ b/src/views/teacherregistration/teacherregistration.scss @@ -128,7 +128,8 @@ body { } } - .last-step { + .last-step, + .error-step { &.slide { max-width: 38.75rem; } @@ -159,7 +160,8 @@ body { } } - .last-step { + .last-step, + .error-step { .card { margin: 0 auto; width: 18.75rem;