Add transaction details page

This commit is contained in:
Justin Starry
2020-04-29 20:48:38 +08:00
committed by Michael Vines
parent 9f26cbbbeb
commit 484a4db626
14 changed files with 805 additions and 524 deletions

View File

@@ -1,4 +1,4 @@
//
//
// solana.scss
// Use this to write your custom SCSS
//
@@ -12,6 +12,7 @@ code {
.copyable {
position: relative;
width: fit-content;
& > div:hover {
cursor: pointer;
@@ -20,7 +21,6 @@ code {
.popover.bs-popover-top {
background-color: $dark;
top: -4rem;
left: 40%;
.popover-body {
color: white;
@@ -60,12 +60,14 @@ code {
}
}
.text-signature, .text-address {
.text-signature,
.text-address {
font-size: 85%;
}
input.text-signature, input.text-address {
padding: 0 0.75rem
input.text-signature,
input.text-address {
padding: 0 0.75rem;
}
h4.ix-pill {
@@ -87,19 +89,22 @@ h4.slot-pill {
}
.list-group-item:last-child {
&.ix-item, &.slot-item {
&.ix-item,
&.slot-item {
border-bottom-width: 0px;
}
}
.list-group:last-child .list-group-item:last-child {
&.ix-item, &.slot-item {
&.ix-item,
&.slot-item {
border-bottom-width: 1px;
}
}
.list-group-item:first-child {
&.ix-item, &.slot-item {
&.ix-item,
&.slot-item {
border-top-width: 1px;
}
}