minor UI fix

This commit is contained in:
sairaj mote 2022-05-06 12:49:07 +05:30
parent 86d8e274ec
commit f9d400a12e
3 changed files with 7 additions and 1 deletions

View File

@ -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;
} }

File diff suppressed because one or more lines are too long

View File

@ -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;
} }