mempool/frontend/src/app/components/address/address-preview.component.scss

50 lines
753 B
SCSS
Raw Normal View History

2022-07-27 18:13:37 +00:00
h1 {
font-size: 52px;
2022-07-27 18:13:37 +00:00
margin: 0;
}
.qr-wrapper {
background-color: #FFF;
padding: 10px;
padding-bottom: 5px;
display: inline-block;
}
.qrcode-col {
width: 468px;
min-width: 468px;
2022-07-27 18:13:37 +00:00
flex-grow: 0;
flex-shrink: 0;
text-align: center;
padding: 0;
margin-left: 2px;
margin-right: 15px;
2022-07-27 18:13:37 +00:00
}
.table {
font-size: 32px;
2022-07-27 18:13:37 +00:00
::ng-deep .symbol {
font-size: 24px;
2022-07-27 18:13:37 +00:00
}
}
.address-link {
font-size: 24px;
2022-07-27 18:13:37 +00:00
margin-bottom: 0.5em;
display: flex;
flex-direction: row;
align-items: baseline;
.truncated-address {
text-overflow: ellipsis;
overflow: hidden;
max-width: calc(640px - 4em);
2022-07-27 18:13:37 +00:00
display: inline-block;
white-space: nowrap;
}
.last-four {
display: inline-block;
white-space: nowrap;
}
}