mempool/frontend/src/app/lightning/channels-list/channels-list.component.scss

34 lines
458 B
SCSS
Raw Normal View History

2022-05-16 00:01:53 +04:00
.second-line {
font-size: 12px;
}
.sats {
color: #ffffff66;
font-size: 12px;
top: 0px;
}
.formRadioGroup {
@media (min-width: 435px) {
position: absolute;
right: 0;
top: -46px;
}
@media (max-width: 435px) {
display: flex;
}
}
2023-03-06 19:59:56 -06:00
:host-context(.rtl-layout) .formRadioGroup {
direction: ltr;
@media (min-width: 435px) {
right: unset;
left: 0;
}
}
.btn-group {
@media (max-width: 435px) {
flex-grow: 1;
}
}