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

75 lines
1.0 KiB
SCSS
Raw Normal View History

2022-05-15 19:22:14 +04:00
.title-container {
display: flex;
2022-08-31 16:10:59 +03:00
flex-direction: column;
2022-05-15 19:22:14 +04:00
}
.tx-link {
display: flex;
2022-08-31 16:10:59 +03:00
flex-wrap: wrap;
2022-05-15 19:22:14 +04:00
}
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%;
}
2022-08-31 16:10:59 +03:00
}
@media (max-width: 767.98px) {
h1 > .skeleton-loader {
height: 28px !important;
};
}