change audit toggle to bootstrap button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user