mempool/frontend/src/app/lightning/channel/channel-box/channel-box.component.scss

14 lines
131 B
SCSS
Raw Normal View History

2022-05-16 00:01:53 +04:00
.box-top {
display: flex;
}
.box-left {
width: 100%;
}
.box-right {
text-align: right;
width: 50%;
margin-top: auto;
}