minor UI update
This commit is contained in:
parent
338b8ec147
commit
60ae40890a
@ -527,6 +527,7 @@ bond-transaction {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
background-color: rgba(var(--foreground-color), 1);
|
background-color: rgba(var(--foreground-color), 1);
|
||||||
|
box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.16);
|
||||||
}
|
}
|
||||||
.bond-placeholder .placeholder__block:first-of-type {
|
.bond-placeholder .placeholder__block:first-of-type {
|
||||||
width: min(24rem, 100%);
|
width: min(24rem, 100%);
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -454,6 +454,7 @@ bond-transaction{
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
background-color: rgba(var(--foreground-color), 1);
|
background-color: rgba(var(--foreground-color), 1);
|
||||||
|
box-shadow: 0 1rem 2rem -1rem rgba($color: #000000, $alpha: 0.16);
|
||||||
.placeholder__block:first-of-type{
|
.placeholder__block:first-of-type{
|
||||||
width: min(24rem, 100%);
|
width: min(24rem, 100%);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user