Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
8c5ab180
Commit
8c5ab180
authored
Dec 04, 2020
by
Kim Höfer
Browse files
center custom amount label
parent
711b85bf
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/donation.less
View file @
8c5ab180
...
...
@@ -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;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment