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

60 lines
772 B
SCSS
Raw Normal View History

2022-09-17 01:26:32 +02:00
.logo-container {
2022-09-18 23:05:11 +02:00
width: 50px;
2022-09-17 01:26:32 +02:00
}
.header {
text-align: center;
2022-09-18 23:05:11 +02:00
display: flex;
}
h1 {
margin-left: 15px;
2022-09-17 01:26:32 +02:00
}
.qr-wrapper {
background-color: #FFF;
padding: 10px;
padding-bottom: 5px;
display: inline-block;
position: absolute;
bottom: 50px;
left: -175px;
z-index: 100;
}
.dropdownLabel {
min-width: 50px;
display: inline-block;
}
#inputGroupFileAddon04 {
position: relative;
}
.toggle-holder {
display: flex;
width: 100%;
justify-content: flex-end;
}
@media (max-width: 767.98px) {
.text-truncate {
width: 120px;
}
.btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
}
.second-line {
font-size: 12px;
}
2022-09-18 23:05:11 +02:00
.description-text {
white-space: break-spaces;
}