1
0
Fork 0
mirror of synced 2024-07-11 17:26:01 +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 {
margin-top: 30px;
margin-top: 26px;
padding: 10px;
border-style: solid;
border-width: 1px;
border-color: maroon;
border-radius: 1px;
border-radius: 4px;
text-align: center;
color: maroon;
background-color: mistyrose;
align-self: stretch;
}
.form-root {