mempool/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss
2022-07-08 18:55:24 +02:00

19 lines
189 B
SCSS

.box-top {
display: flex;
}
.box-left {
width: 100%;
}
.box-right {
text-align: right;
width: 50%;
margin-top: auto;
}
.shared-block {
color: #ffffff66;
font-size: 12px;
}