1
0
Fork 0
mirror of synced 2024-07-31 02:48:00 +12:00

Updating login component form error style slightly

This commit is contained in:
Andrew Kingston 2020-10-14 20:12:27 +01:00
parent 64c1183b16
commit f9e6b3e5b4

View file

@ -122,15 +122,16 @@
} }
.incorrect-details-panel { .incorrect-details-panel {
margin-top: 30px; margin-top: 26px;
padding: 10px; padding: 10px;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
border-color: maroon; border-color: maroon;
border-radius: 1px; border-radius: 4px;
text-align: center; text-align: center;
color: maroon; color: maroon;
background-color: mistyrose; background-color: mistyrose;
align-self: stretch;
} }
.form-root { .form-root {