mempool/frontend/src/app/lightning/node/node.component.scss

86 lines
1.2 KiB
SCSS
Raw Normal View History

2022-05-15 19:22:14 +04:00
.title-container {
display: flex;
flex-direction: row;
@media (max-width: 768px) {
flex-direction: column;
}
}
.tx-link {
display: flex;
flex-grow: 1;
@media (min-width: 650px) {
align-self: end;
margin-left: 15px;
margin-top: 0px;
margin-bottom: -3px;
}
@media (min-width: 768px) {
margin-bottom: 4px;
top: 1px;
position: relative;
}
@media (max-width: 768px) {
order: 2;
}
}
2022-05-01 03:01:27 +04:00
.qr-wrapper {
background-color: #FFF;
padding: 10px;
padding-bottom: 5px;
display: inline-block;
2022-05-06 00:52:25 +04:00
position: absolute;
bottom: 50px;
left: -175px;
z-index: 100;
}
.dropdownLabel {
min-width: 50px;
display: inline-block;
}
#inputGroupFileAddon04 {
position: relative;
2022-05-01 03:01:27 +04:00
}
2022-05-15 19:22:14 +04:00
app-fiat {
display: block;
font-size: 13px;
@media (min-width: 768px) {
font-size: 14px;
display: inline-block;
margin-left: 10px;
2022-05-01 03:01:27 +04:00
}
2022-08-29 22:25:43 +02:00
}
.spinner-border {
@media (min-width: 768px) {
margin-top: 6.5px;
width: 1.75rem;
height: 1.75rem;
}
@media (max-width: 768px) {
margin-top: 2.3px;
width: 1.5rem;
height: 1.5rem;
}
2022-08-30 10:42:50 +02:00
}
.loadingGraphs {
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
}
2022-08-31 08:17:42 +02:00
.label {
width: 50%;
@media (min-width: 576px) {
width: 40%;
}
}