Give vertical distance between Donate button and error box on Donate.

Error box has not vertical distance at all with the Donate button
when it appears.

Issue #47847
This commit is contained in:
skirtiadi 2020-09-18 23:45:15 -07:00
parent 83db20ae1a
commit c5c8dfb4fe
3 changed files with 4 additions and 2 deletions

View File

@ -444,6 +444,7 @@
margin-right: auto;
max-width: 600px;
text-align: center;
margin-bottom: 30px;
#firstName {
width: 100%;
margin-bottom: 10px;

View File

@ -8545,7 +8545,8 @@ a.side-nav.active {
margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center; }
text-align: center;
margin-bottom: 30px; }
.donate-form .info-area #firstName {
width: 100%;
margin-bottom: 10px; }

File diff suppressed because one or more lines are too long