Support different payment methods

This commit is contained in:
2021-12-02 18:29:11 +01:00
parent 5ca496512f
commit 10ab97e55a
4 changed files with 35 additions and 27 deletions

View File

@@ -44,6 +44,14 @@
text-rendering: optimizeLegibility;
vertical-align: middle;
}
.icon_unicode {
font-size: 1.5em;
display: inline-block;
font-weight: normal;
font-style: normal;
vertical-align: middle;
line-height: 1;
}
.icon.small { font-size: 1.2em; }
a > svg { vertical-align: middle; }
@@ -440,6 +448,7 @@ select {
line-height: 1em;
overflow: hidden;
font-size: 1em; /* Sometimes user-agents have different font sizes for buttons and links */
font-weight: normal;
text-decoration: none;
text-shadow: none;
color: #bfbfbf; /* Fallback */