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
|
|
|
}
|
|
|
|
|
2023-01-05 11:01:46 -06:00
|
|
|
.node-id {
|
|
|
|
width: 0;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
}
|
2022-11-04 21:59:54 -06:00
|
|
|
|
2022-11-04 23:24:44 -06:00
|
|
|
.details {
|
|
|
|
|
|
|
|
.detail-section {
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2022-11-04 21:59:54 -06:00
|
|
|
|
|
|
|
.tlv-type {
|
2022-11-04 23:24:44 -06:00
|
|
|
font-size: 12px;
|
2022-11-04 21:59:54 -06:00
|
|
|
color: #ffffff66;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tlv-payload {
|
2022-11-04 23:24:44 -06:00
|
|
|
font-size: 12px;
|
2022-11-04 21:59:54 -06:00
|
|
|
width: 100%;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
}
|
2022-11-04 23:24:44 -06:00
|
|
|
|
|
|
|
.compact-lease {
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
font-family: "Courier New", Courier, monospace;
|
|
|
|
}
|
2022-11-04 21:59:54 -06:00
|
|
|
}
|
2022-11-15 11:04:33 -06:00
|
|
|
|
|
|
|
.separator {
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|