mempool/frontend/src/app/components/transactions-list/transactions-list.component.scss

132 lines
1.7 KiB
SCSS
Raw Normal View History

.arrow-td {
width: 20px;
padding-top: 0;
padding-bottom: 0;
}
.green, .grey, .red {
font-size: 16px;
top: 1px;
position: relative;
@media( min-width: 576px){
font-size: 19px;
}
}
.green {
2021-10-26 21:47:17 -03:00
color:#28a745;
}
.red {
2021-10-26 21:47:17 -03:00
color:#dc3545;
}
.grey {
2021-10-26 21:47:17 -03:00
color:#6c757d;
}
.mobile-bottomcol {
margin-top: 15px;
@media (min-width: 992px) {
margin-top: 0px;
2020-11-16 02:25:10 +07:00
}
}
.smaller-text {
font-size: 12px;
@media (min-width: 576px) {
font-size: 14px !important;
}
}
.row{
flex-direction: column;
@media (min-width: 992px) {
flex-direction: row;
}
}
2021-10-26 21:47:17 -03:00
.extra-info {
display: none;
@media (min-width: 576px) {
display: inline-table;
}
.fiat {
font-size: 14px;
margin-left: 10px;
text-align: right;
}
.sats {
color: #ffffff66;
font-size: 11px;
}
}
.transaction-fee {
display: block;
margin: 0px auto 5px;
@media (min-width: 576px) {
display: inline-table;
}
}
.btn-container {
text-align: right;
@media (min-width: 576px) {
display: inline-table;
float: right;
}
}
.fiat {
2021-10-26 21:47:17 -03:00
margin-left: 10px;
}
.tx-page-container {
2021-10-26 21:47:17 -03:00
padding: 10px;
margin-bottom: 10px;
margin-top: 10px;
}
.assetBox {
background-color: #653b9c90;
}
.details-container {
padding: 0px;
tr td {
padding: 0.75rem;
font-size: 12px;
&:first-child {
color: #ffffff66;
white-space: pre-wrap;
@media (min-width: 476px) {
white-space: nowrap;
}
}
&:nth-child(2) {
word-break: break-all;
white-space: normal;
font-family: "Courier New", Courier, monospace;
}
}
}
.error-unblinded {
display: block;
width: 100%;
color: #d43131;
text-align: right;
2021-10-26 21:47:17 -03:00
margin-top: 0px;
margin-bottom: 10px;
}
h2 {
line-height: 1;
}
.highlight {
background-color: #181b2d;
}
.summary {
margin-top: 10px;
}