Make error message match other styles

This commit is contained in:
Alasdair Smith 2018-10-04 16:51:42 +01:00
parent 8777b0f5f8
commit e37a54e254

View file

@ -98,9 +98,9 @@
margin-bottom: 9px; margin-bottom: 9px;
} }
.register-banner__password-error { .register-banner__password-error {
padding: 3px; padding: 5px 9px;
border: none; border: none;
position: relative; border-radius: @btn-border-radius-base;
} }
.screenshot { .screenshot {
height: 600px; height: 600px;