minor UI update

This commit is contained in:
sairaj mote 2021-05-06 02:25:32 +05:30
parent 338b8ec147
commit 60ae40890a
3 changed files with 3 additions and 1 deletions

View File

@ -527,6 +527,7 @@ bond-transaction {
padding: 1rem;
border-radius: 0.3rem;
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 {
width: min(24rem, 100%);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -454,6 +454,7 @@ bond-transaction{
padding: 1rem;
border-radius: 0.3rem;
background-color: rgba(var(--foreground-color), 1);
box-shadow: 0 1rem 2rem -1rem rgba($color: #000000, $alpha: 0.16);
.placeholder__block:first-of-type{
width: min(24rem, 100%);
}