mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
49 lines
753 B
SCSS
49 lines
753 B
SCSS
h1 {
|
|
font-size: 52px;
|
|
margin: 0;
|
|
}
|
|
|
|
.qr-wrapper {
|
|
background-color: #FFF;
|
|
padding: 10px;
|
|
padding-bottom: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.qrcode-col {
|
|
width: 468px;
|
|
min-width: 468px;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin-left: 2px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.table {
|
|
font-size: 32px;
|
|
|
|
::ng-deep .symbol {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.address-link {
|
|
font-size: 24px;
|
|
margin-bottom: 0.5em;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: baseline;
|
|
.truncated-address {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
max-width: calc(640px - 4em);
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
}
|
|
.last-four {
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
}
|
|
}
|