Update css in donate

This commit is contained in:
hiro 2020-10-20 17:10:06 +02:00
parent 7d50bd30a2
commit b15887c39d
3 changed files with 3 additions and 3 deletions

View File

@ -428,7 +428,7 @@
text-transform: uppercase;
button {
text-transform: uppercase;
width: 160px;
min-width: 160px;
vertical-align: top;
line-height: 20px;
color: $blue-violet;

View File

@ -8544,7 +8544,7 @@ a.side-nav.active {
text-transform: uppercase; }
.donate-form .payment-method-area button {
text-transform: uppercase;
width: 160px;
min-width: 160px;
vertical-align: top;
line-height: 20px;
color: #8a2be2;

File diff suppressed because one or more lines are too long