Channel txs details buttons

This commit is contained in:
softsimon
2022-08-31 01:52:32 +02:00
parent 9131521e7d
commit 48a7f8a3ee
2 changed files with 26 additions and 7 deletions

View File

@@ -45,19 +45,29 @@ app-fiat {
}
.closing-header {
display: flex;
flex-direction: row;
margin-bottom: 1rem;
align-items: center;
}
h3 {
margin-bottom: 0rem;
}
@media (max-width: 768px) {
h3 {
font-size: 1.4rem;
white-space: nowrap;
}
.closing-header {
flex-wrap: wrap;
}
app-closing-type {
flex-basis: 100%;
order: 1;
}
}
.loading-spinner {
position: absolute;
top: 400px;
@@ -67,4 +77,9 @@ app-fiat {
@media (max-width: 767.98px) {
top: 450px;
}
}
}
.details-button {
align-self: center;
margin-left: auto;
}