bitcoin methods
This commit is contained in:
parent
4caf6fe719
commit
cbd70baebb
11 changed files with 358 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue