Skip to content
Snippets Groups Projects
Commit 8c5ab180 authored by Kim Höfer's avatar Kim Höfer
Browse files

center custom amount label

parent 711b85bf
No related branches found
No related tags found
3 merge requests!1895Development,!1786Development,!1692Resolve "New donate site"
......@@ -95,6 +95,7 @@
flex-grow: 0;
text-align: center;
align-items: center;
line-height: 25px;
margin-right: 4px;
padding-right: 8px;
padding-left: 4px;
......@@ -115,6 +116,10 @@
#amount-custom:checked + label + input{
display: initial;
}
#amount-custom:checked + label{
line-height: 21px;
}
input[type=radio]:checked + label, .payment-label-selected {
border: 4px solid #f47216;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment