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
f201f3d3
Commit
f201f3d3
authored
Dec 15, 2020
by
Dominik Hebeler
Browse files
fixed highlighting of amount
parent
9ce2abe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/donation.less
View file @
f201f3d3
...
...
@@ -73,7 +73,7 @@
}
input:checked + .frequency-label {
border: 2px solid #f47216;
}
}
}
#payment-methods {
display: flex;
...
...
@@ -104,6 +104,7 @@
flex-wrap: wrap;
gap: 4px;
input:checked + label {
border: 2px solid #f47216;
font-weight: bold;
}
}
...
...
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