change audit toggle to bootstrap button

This commit is contained in:
Mononaut
2023-01-26 11:09:23 -06:00
parent d3b59bc459
commit 714700d8f1
3 changed files with 24 additions and 21 deletions

View File

@@ -75,14 +75,19 @@ h1 {
}
}
.btn-details {
.toggle-btns {
position: relative;
z-index: 2;
top: 7px;
@media (min-width: 550px) {
top: 0px;
}
}
.btn-audit {
margin-right: .5em;
}
.block-tx-title {
display: flex;
justify-content: space-between;
@@ -222,11 +227,4 @@ h1 {
.ng-fa-icon {
margin-right: 1em;
}
}
.audit-toggle {
display: flex;
flex-direction: row;
align-items: center;
margin-right: 1em;
}