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

24 lines
262 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;
2022-08-31 16:10:59 +03:00
margin: auto;
white-space: nowrap;
2022-05-16 00:01:53 +04:00
}
2022-07-01 14:58:17 +02:00
.shared-block {
color: #ffffff66;
font-size: 12px;
}
@media (max-width: 768px) {
.box {
margin-bottom: 20px;
}
}