Skip to content
Snippets Groups Projects
Commit f201f3d3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed highlighting of amount

parent 9ce2abe1
No related branches found
No related tags found
2 merge requests!1895Development,!1786Development
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
} }
input:checked + .frequency-label { input:checked + .frequency-label {
border: 2px solid #f47216; border: 2px solid #f47216;
} }
} }
#payment-methods { #payment-methods {
display: flex; display: flex;
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
flex-wrap: wrap; flex-wrap: wrap;
gap: 4px; gap: 4px;
input:checked + label { input:checked + label {
border: 2px solid #f47216;
font-weight: bold; font-weight: bold;
} }
} }
......
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