.absolute-full, .fixed-full, .fullscreen { top: 0; right: 0; bottom: 0; left: 0; } .fullscreen { z-index: 6000; border-radius: 0 !important; max-width: 100vw; max-height: 100vh; } .fixed, .fixed-bottom, .fixed-bottom-left, .fixed-bottom-right, .fixed-center, .fixed-full, .fixed-left, .fixed-right, .fixed-top, .fixed-top-left, .fixed-top-right, .fullscreen { position: fixed; } .no-pointer-events, .no-pointer-events--children, .no-pointer-events--children * { pointer-events: none !important; } .q-dialog__inner--minimized>div { max-height: calc(100vh - 48px); } .q-dialog__inner>div { pointer-events: all; overflow: auto; will-change: scroll-position; border-radius: 4px; box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 14%), 0 1px 10px rgb(0 0 0 / 12%); } .q-card { border-radius: 4px; vertical-align: top; background: #fff; position: relative; } .q-card>div:not(:last-child), .q-card>img:not(:last-child) { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .q-card>div:first-child, .q-card>img:first-child { border-top: 0; border-top-left-radius: inherit; border-top-right-radius: inherit; } .v-application--wrap .row, .comic_list .row, .q-btn-item .row, .q-tabs .row, .q-tabs.row, .q-field .row, .q-field.row, .chapter_list .row, .TopicHeader.row, .q-dialog .row, .setting .row, .q-item.row, .q-banner.row, .q-banner .row, .q-menu .row, .q-notification .row, .xxbtn .q-btn .row { margin-right: 0; margin-left: 0; } .q-dialog__backdrop { z-index: -1; pointer-events: all; background: rgba(0,0,0,0.4); } .text-red { color: #f44336 !important; } .marker{display:none!important} .q-card>div { border-left: 0; border-right: 0; box-shadow: none; } .q-pb-none, .q-py-none { padding-bottom: 0; } .flex-center, .items-center { align-items: center; } .flex{ display: flex; flex-wrap: wrap; } .q-card__section--vert { padding: 16px; } .q-card__section { position: relative; } .text-h5 { float: left; font-size: 14px;; font-weight: 400; line-height: 14px; letter-spacing: normal; } .q-space { flex-grow: 1 !important; font-size: 40px; color: red; float: right; margin-right: 40px; } .flex-center, .justify-center { justify-content: center; } .q-card>div:not(:first-child), .q-card>img:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } .q-card>div:last-child, .q-card>img:last-child { border-bottom: 0; border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; } .q-card__actions { padding: 8px; align-items: center; padding-top: 0px; padding-bottom: 15px; } .block { display: block !important; } .block { margin: 0 auto; padding: 0; } .q-card__actions{justify-content: center;} .q-btn { display: inline-flex; flex-direction: column; align-items: stretch; position: relative; outline: 0; border: 0; vertical-align: middle; padding: 0; font-size: 14px; line-height:14px; text-decoration: none; color: inherit; background: transparent; font-weight: 500; text-transform: uppercase; text-align: center; width: auto; height: auto; cursor: pointer; } .text-primary { color: red !important; } @media (min-width: 600px){ .q-dialog__inner--minimized>div { max-width: 560px; } }