bitcoin methods

This commit is contained in:
counterweight 2025-03-03 15:34:56 +01:00
parent 4caf6fe719
commit cbd70baebb
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
11 changed files with 358 additions and 1 deletions

View file

@ -127,6 +127,20 @@
text-align: left;
}
.icon-checkboxed-field {
display: flex;
align-items: center;
}
.icon-checkboxed-field > * {
display: inline-block;
margin-right: 2px;
margin-left: 2px;
align-items: center;
}
.icon-checkboxed-field img {
height: 1.2em;
}
.offer-card-content-title {
color: gray;
@ -161,6 +175,16 @@
overflow-x: hidden;
}
.bitcoin-methods-desc {
grid-column: 1;
grid-row: 5;
text-align: left;
}
.offer-long-text {
font-size: 0.9em;
}
#create-offer-controls {
text-align: center;