minor UI fix
This commit is contained in:
parent
86d8e274ec
commit
f9d400a12e
@ -898,6 +898,9 @@ sm-checkbox {
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
background-color: rgba(var(--text-color), 0.03);
|
background-color: rgba(var(--text-color), 0.03);
|
||||||
}
|
}
|
||||||
|
.live-order:not(:last-of-type) {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
.live-order[data-type=buy] {
|
.live-order[data-type=buy] {
|
||||||
background-color: #00fa9a10;
|
background-color: #00fa9a10;
|
||||||
}
|
}
|
||||||
|
|||||||
2
docs/css/main.min.css
vendored
2
docs/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -845,6 +845,9 @@ sm-checkbox {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
background-color: rgba(var(--text-color), 0.03);
|
background-color: rgba(var(--text-color), 0.03);
|
||||||
|
&:not(:last-of-type) {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
&[data-type="buy"] {
|
&[data-type="buy"] {
|
||||||
background-color: #00fa9a10;
|
background-color: #00fa9a10;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user