642 lines
18 KiB
CSS
642 lines
18 KiB
CSS
body[data-theme=classic].neon-border .q-card,
|
|
body[data-theme=classic].neon-border .q-card.q-card--dark,
|
|
body[data-theme=classic].neon-border .q-date,
|
|
body[data-theme=classic].neon-border .q-date--dark {
|
|
border: 2px solid #673ab7;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=bitcoin].neon-border .q-card,
|
|
body[data-theme=bitcoin].neon-border .q-card.q-card--dark,
|
|
body[data-theme=bitcoin].neon-border .q-date,
|
|
body[data-theme=bitcoin].neon-border .q-date--dark {
|
|
border: 2px solid #ea611d;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=freedom].neon-border .q-card,
|
|
body[data-theme=freedom].neon-border .q-card.q-card--dark,
|
|
body[data-theme=freedom].neon-border .q-date,
|
|
body[data-theme=freedom].neon-border .q-date--dark {
|
|
border: 2px solid #e22156;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=cyber].neon-border .q-card,
|
|
body[data-theme=cyber].neon-border .q-card.q-card--dark,
|
|
body[data-theme=cyber].neon-border .q-date,
|
|
body[data-theme=cyber].neon-border .q-date--dark {
|
|
border: 2px solid #7cb342;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=mint].neon-border .q-card,
|
|
body[data-theme=mint].neon-border .q-card.q-card--dark,
|
|
body[data-theme=mint].neon-border .q-date,
|
|
body[data-theme=mint].neon-border .q-date--dark {
|
|
border: 2px solid #3ab77d;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=autumn].neon-border .q-card,
|
|
body[data-theme=autumn].neon-border .q-card.q-card--dark,
|
|
body[data-theme=autumn].neon-border .q-date,
|
|
body[data-theme=autumn].neon-border .q-date--dark {
|
|
border: 2px solid #b7763a;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=flamingo].neon-border .q-card,
|
|
body[data-theme=flamingo].neon-border .q-card.q-card--dark,
|
|
body[data-theme=flamingo].neon-border .q-date,
|
|
body[data-theme=flamingo].neon-border .q-date--dark {
|
|
border: 2px solid #ff00ff;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=monochrome].neon-border .q-card,
|
|
body[data-theme=monochrome].neon-border .q-card.q-card--dark,
|
|
body[data-theme=monochrome].neon-border .q-date,
|
|
body[data-theme=monochrome].neon-border .q-date--dark {
|
|
border: 2px solid #494949;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=salvador].neon-border .q-card,
|
|
body[data-theme=salvador].neon-border .q-card.q-card--dark,
|
|
body[data-theme=salvador].neon-border .q-date,
|
|
body[data-theme=salvador].neon-border .q-date--dark {
|
|
border: 2px solid #1976d2;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body.hard-border .q-card,
|
|
body.hard-border .q-card.q-card--dark,
|
|
body.hard-border .q-date,
|
|
body.hard-border .q-date--dark {
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.2784313725);
|
|
border: none;
|
|
}
|
|
|
|
body.retro-border .q-card,
|
|
body.retro-border .q-card.q-card--dark,
|
|
body.retro-border .q-date,
|
|
body.retro-border .q-date--dark {
|
|
border: none;
|
|
box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12);
|
|
}
|
|
|
|
body.no-border .q-card,
|
|
body.no-border .q-card.q-card--dark,
|
|
body.no-border .q-date,
|
|
body.no-border .q-date--dark {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body[data-theme=classic] {
|
|
--q-primary: #673ab7;
|
|
--q-secondary: #9c27b0;
|
|
--q-dark-page: #1f2234;
|
|
}
|
|
body[data-theme=classic] [data-theme=classic] .q-card--dark,
|
|
body[data-theme=classic] [data-theme=classic] .q-stepper--dark {
|
|
background: #333646 !important;
|
|
}
|
|
|
|
body[data-theme=bitcoin] {
|
|
--q-primary: #ea611d;
|
|
--q-secondary: #e56f35;
|
|
--q-dark-page: #2d293b;
|
|
}
|
|
body[data-theme=bitcoin] [data-theme=bitcoin] .q-card--dark,
|
|
body[data-theme=bitcoin] [data-theme=bitcoin] .q-stepper--dark {
|
|
background: #333646 !important;
|
|
}
|
|
|
|
body[data-theme=freedom] {
|
|
--q-primary: #e22156;
|
|
--q-secondary: #b91a45;
|
|
--q-dark-page: #462f36;
|
|
}
|
|
body[data-theme=freedom] [data-theme=freedom] .q-card--dark,
|
|
body[data-theme=freedom] [data-theme=freedom] .q-stepper--dark {
|
|
background: #47393d !important;
|
|
}
|
|
|
|
body[data-theme=cyber] {
|
|
--q-primary: #7cb342;
|
|
--q-secondary: #558b2f;
|
|
--q-dark-page: #000;
|
|
}
|
|
body[data-theme=cyber] [data-theme=cyber] .q-card--dark,
|
|
body[data-theme=cyber] [data-theme=cyber] .q-stepper--dark {
|
|
background: #1f2915 !important;
|
|
}
|
|
|
|
body[data-theme=mint] {
|
|
--q-primary: #3ab77d;
|
|
--q-secondary: #27b065;
|
|
--q-dark-page: #1f342b;
|
|
}
|
|
body[data-theme=mint] [data-theme=mint] .q-card--dark,
|
|
body[data-theme=mint] [data-theme=mint] .q-stepper--dark {
|
|
background: #334642 !important;
|
|
}
|
|
|
|
body[data-theme=autumn] {
|
|
--q-primary: #b7763a;
|
|
--q-secondary: #b07927;
|
|
--q-dark-page: #34291f;
|
|
}
|
|
body[data-theme=autumn] [data-theme=autumn] .q-card--dark,
|
|
body[data-theme=autumn] [data-theme=autumn] .q-stepper--dark {
|
|
background: #463f33 !important;
|
|
}
|
|
|
|
body[data-theme=flamingo] {
|
|
--q-primary: #ff00ff;
|
|
--q-secondary: #fda3fd;
|
|
--q-dark-page: #2f032f;
|
|
}
|
|
body[data-theme=flamingo] [data-theme=flamingo] .q-card--dark,
|
|
body[data-theme=flamingo] [data-theme=flamingo] .q-stepper--dark {
|
|
background: #bc23bc !important;
|
|
}
|
|
|
|
body[data-theme=monochrome] {
|
|
--q-primary: #494949;
|
|
--q-secondary: #6b6b6b;
|
|
--q-dark-page: #000;
|
|
}
|
|
body[data-theme=monochrome] [data-theme=monochrome] .q-card--dark,
|
|
body[data-theme=monochrome] [data-theme=monochrome] .q-stepper--dark {
|
|
background: rgb(39, 39, 39) !important;
|
|
}
|
|
|
|
body[data-theme=salvador] {
|
|
--q-primary: #1976d2;
|
|
--q-secondary: #26a69a;
|
|
--q-dark-page: #253647;
|
|
}
|
|
body[data-theme=salvador] [data-theme=salvador] .q-card--dark,
|
|
body[data-theme=salvador] [data-theme=salvador] .q-stepper--dark {
|
|
background: #343d47 !important;
|
|
}
|
|
|
|
body.gradient-bg {
|
|
background-image: linear-gradient(to bottom right, #fff, var(--q-primary));
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
body.gradient-bg.body--dark {
|
|
background-image: linear-gradient(to bottom right, var(--q-dark-page), #0a0a0a);
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
body.bg-image::before {
|
|
content: "";
|
|
position: fixed;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
filter: blur(8px);
|
|
background-image: var(--background);
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
body.bg-image .q-page-container {
|
|
backdrop-filter: none; /* Ensure the page content is not affected */
|
|
}
|
|
|
|
body.body--dark .q-card:not(.q-dialog .q-card, .lnbits__dialog-card, .q-dialog-plugin--dark),
|
|
body.body--dark .q-header,
|
|
body.body--dark .q-drawer {
|
|
--q-dark: rgba(29, 29, 29, 0.3);
|
|
background-color: var(--q-dark);
|
|
backdrop-filter: blur(6px) brightness(0.8);
|
|
}
|
|
|
|
body.rounded-ui .q-card,
|
|
body.rounded-ui .q-btn {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
body[data-theme=classic].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(103, 58, 183, 0.08), rgba(156, 39, 176, 0.06));
|
|
}
|
|
body[data-theme=classic].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(103, 58, 183, 0.06), rgba(156, 39, 176, 0.04));
|
|
}
|
|
|
|
body[data-theme=classic].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(38.6192771084, 42.356626506, 64.7807228916), rgba(103, 58, 183, 0.07));
|
|
}
|
|
body[data-theme=classic].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(36.7144578313, 40.2674698795, 61.5855421687), rgba(103, 58, 183, 0.05));
|
|
}
|
|
|
|
body[data-theme=bitcoin].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(234, 97, 29, 0.08), rgba(229, 111, 53, 0.06));
|
|
}
|
|
body[data-theme=bitcoin].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(234, 97, 29, 0.06), rgba(229, 111, 53, 0.04));
|
|
}
|
|
|
|
body[data-theme=bitcoin].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(54.18, 49.364, 71.036), rgba(234, 97, 29, 0.07));
|
|
}
|
|
body[data-theme=bitcoin].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(51.885, 47.273, 68.027), rgba(234, 97, 29, 0.05));
|
|
}
|
|
|
|
body[data-theme=freedom].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(226, 33, 86, 0.08), rgba(185, 26, 69, 0.06));
|
|
}
|
|
body[data-theme=freedom].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(226, 33, 86, 0.06), rgba(185, 26, 69, 0.04));
|
|
}
|
|
|
|
body[data-theme=freedom].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(82.2051282051, 55.1948717949, 63.4153846154), rgba(226, 33, 86, 0.07));
|
|
}
|
|
body[data-theme=freedom].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(79.1538461538, 53.1461538462, 61.0615384615), rgba(226, 33, 86, 0.05));
|
|
}
|
|
|
|
body[data-theme=cyber].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(124, 179, 66, 0.08), rgba(85, 139, 47, 0.06));
|
|
}
|
|
body[data-theme=cyber].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(124, 179, 66, 0.06), rgba(85, 139, 47, 0.04));
|
|
}
|
|
|
|
body[data-theme=cyber].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(10.2, 10.2, 10.2), rgba(124, 179, 66, 0.07));
|
|
}
|
|
body[data-theme=cyber].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(7.65, 7.65, 7.65), rgba(124, 179, 66, 0.05));
|
|
}
|
|
|
|
body[data-theme=mint].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(58, 183, 125, 0.08), rgba(39, 176, 101, 0.06));
|
|
}
|
|
body[data-theme=mint].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(58, 183, 125, 0.06), rgba(39, 176, 101, 0.04));
|
|
}
|
|
|
|
body[data-theme=mint].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(38.6192771084, 64.7807228916, 53.5686746988), rgba(58, 183, 125, 0.07));
|
|
}
|
|
body[data-theme=mint].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(36.7144578313, 61.5855421687, 50.9265060241), rgba(58, 183, 125, 0.05));
|
|
}
|
|
|
|
body[data-theme=autumn].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(183, 118, 58, 0.08), rgba(176, 121, 39, 0.06));
|
|
}
|
|
body[data-theme=autumn].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(183, 118, 58, 0.06), rgba(176, 121, 39, 0.04));
|
|
}
|
|
|
|
body[data-theme=autumn].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(64.7807228916, 51.0771084337, 38.6192771084), rgba(183, 118, 58, 0.07));
|
|
}
|
|
body[data-theme=autumn].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(61.5855421687, 48.5578313253, 36.7144578313), rgba(183, 118, 58, 0.05));
|
|
}
|
|
|
|
body[data-theme=flamingo].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(255, 0, 255, 0.08), rgba(253, 163, 253, 0.06));
|
|
}
|
|
body[data-theme=flamingo].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(255, 0, 255, 0.06), rgba(253, 163, 253, 0.04));
|
|
}
|
|
|
|
body[data-theme=flamingo].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(66.176, 4.224, 66.176), rgba(255, 0, 255, 0.07));
|
|
}
|
|
body[data-theme=flamingo].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(61.382, 3.918, 61.382), rgba(255, 0, 255, 0.05));
|
|
}
|
|
|
|
body[data-theme=monochrome].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(73, 73, 73, 0.08), rgba(107, 107, 107, 0.06));
|
|
}
|
|
body[data-theme=monochrome].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(73, 73, 73, 0.06), rgba(107, 107, 107, 0.04));
|
|
}
|
|
|
|
body[data-theme=monochrome].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(10.2, 10.2, 10.2), rgba(73, 73, 73, 0.07));
|
|
}
|
|
body[data-theme=monochrome].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(7.65, 7.65, 7.65), rgba(73, 73, 73, 0.05));
|
|
}
|
|
|
|
body[data-theme=salvador].card-gradient .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgba(25, 118, 210, 0.08), rgba(38, 166, 154, 0.06));
|
|
}
|
|
body[data-theme=salvador].card-gradient .q-drawer {
|
|
background-image: linear-gradient(165deg, rgba(25, 118, 210, 0.06), rgba(38, 166, 154, 0.04));
|
|
}
|
|
|
|
body[data-theme=salvador].card-gradient.body--dark .q-card:not(.q-dialog .q-card,
|
|
.lnbits__dialog-card,
|
|
.q-dialog-plugin--dark) {
|
|
background-image: linear-gradient(135deg, rgb(43.9888888889, 64.2, 84.4111111111), rgba(25, 118, 210, 0.07));
|
|
}
|
|
body[data-theme=salvador].card-gradient.body--dark .q-drawer {
|
|
background-image: linear-gradient(165deg, rgb(42.2416666667, 61.65, 81.0583333333), rgba(25, 118, 210, 0.05));
|
|
}
|
|
|
|
body.card-shadow .q-card:not(.q-dialog .q-card, .lnbits__dialog-card, .q-dialog-plugin--dark) {
|
|
filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
|
|
}
|
|
|
|
body.card-shadow.body--dark .q-card:not(.q-dialog .q-card, .lnbits__dialog-card, .q-dialog-plugin--dark) {
|
|
filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
|
|
}
|
|
|
|
:root {
|
|
--size: 100px;
|
|
--gap: 25px;
|
|
}
|
|
|
|
.home .btn-fixed-width {
|
|
/* width: 45%; */
|
|
}
|
|
.home .wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--gap);
|
|
margin: auto;
|
|
max-width: 100%;
|
|
}
|
|
.home .marquee {
|
|
display: flex;
|
|
overflow: hidden;
|
|
user-select: none;
|
|
gap: var(--gap);
|
|
height: max-content;
|
|
mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
|
|
}
|
|
.home .marquee__group {
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
gap: var(--gap);
|
|
min-width: 100%;
|
|
animation: scroll-x 60s linear infinite;
|
|
}
|
|
.home .marquee:hover .marquee__group {
|
|
animation-play-state: paused;
|
|
}
|
|
.home .marquee__group div {
|
|
width: var(--size);
|
|
}
|
|
@keyframes scroll-x {
|
|
from {
|
|
transform: translateX(0);
|
|
}
|
|
to {
|
|
transform: translateX(calc(-100% - var(--gap)));
|
|
}
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|
|
|
|
body.body--dark .q-table--dark {
|
|
background: transparent;
|
|
}
|
|
|
|
body.body--dark .q-field--error .text-negative,
|
|
body.body--dark .q-field--error .q-field__messages {
|
|
color: yellow !important;
|
|
}
|
|
|
|
.lnbits-drawer__q-list .q-item {
|
|
padding-top: 5px !important;
|
|
padding-bottom: 5px !important;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.lnbits-drawer__q-list .q-item.q-item--active {
|
|
color: inherit;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.lnbits__dialog-card {
|
|
width: 500px;
|
|
}
|
|
|
|
.blur-and-disable {
|
|
filter: blur(4px); /* blur entire element & children */
|
|
pointer-events: none; /* block mouse interaction */
|
|
user-select: none; /* prevent text selection */
|
|
opacity: 0.6; /* optional: faded look */
|
|
}
|
|
|
|
.lnbits__table-bordered td,
|
|
.lnbits__table-bordered th {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.q-table--dense th:first-child,
|
|
.q-table--dense td:first-child,
|
|
.q-table--dense .q-table__bottom {
|
|
padding-left: 6px !important;
|
|
}
|
|
.q-table--dense th:last-child,
|
|
.q-table--dense td:last-child,
|
|
.q-table--dense .q-table__bottom {
|
|
padding-right: 6px !important;
|
|
}
|
|
|
|
a.inherit {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
video {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.material-icons {
|
|
font-family: "Material Icons";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
direction: ltr;
|
|
-moz-font-feature-settings: "liga";
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.q-rating__icon {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.text-wrap {
|
|
word-break: break-word;
|
|
}
|
|
|
|
.q-card code {
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.qrcode__wrapper {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.qrcode__wrapper canvas {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
max-width: 320px;
|
|
}
|
|
|
|
.qrcode__image {
|
|
position: absolute;
|
|
max-width: 52px;
|
|
width: 15%;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
padding: 0.2rem;
|
|
border-radius: 0.2rem;
|
|
}
|
|
|
|
.whitespace-pre-line {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.q-carousel__slide {
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.q-dialog__inner--minimized {
|
|
padding: 12px;
|
|
}
|
|
|
|
.first-install {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.first-install .grid {
|
|
display: block;
|
|
}
|
|
.first-install .hero-wrapper {
|
|
display: none;
|
|
}
|
|
.first-install .hero {
|
|
display: block;
|
|
height: 100%;
|
|
max-width: 250px;
|
|
background-image: url(/static/images/logos/lnbits.svg);
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
}
|
|
@media (min-width: 992px) {
|
|
.first-install .grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-gap: 1rem;
|
|
}
|
|
.first-install .hero-wrapper {
|
|
display: block;
|
|
position: relative;
|
|
height: 100%;
|
|
padding: 1rem;
|
|
}
|
|
}
|
|
|
|
.wallet-list-card {
|
|
margin-top: 1px;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.wallet-list-card:first-child {
|
|
margin-left: 1px;
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
.wallet-card {
|
|
background: none !important;
|
|
box-shadow: none !important;
|
|
border: none !important;
|
|
}
|
|
.mobile-simple .wallet-wrapper {
|
|
position: fixed !important;
|
|
top: 50% !important;
|
|
left: 50% !important;
|
|
transform: translate(-50%, -50%) !important;
|
|
}
|
|
.mobile-simple .wallet-card {
|
|
width: 90% !important;
|
|
}
|
|
}
|
|
.error-code {
|
|
font-size: clamp(15vh, 20vw, 30vh);
|
|
}
|
|
|
|
.error-message {
|
|
font-size: clamp(1.5rem, 3vw, 3.75rem);
|
|
font-weight: 300;
|
|
opacity: 0.4;
|
|
}
|