UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

2,210 lines (2,144 loc) 250 kB
/* * Normalizing -- forked from Normalize.css v8 * */ *, *:before, *:after { box-sizing: inherit; -webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: transparent; } html, body, #q-app { width: 100%; direction: ltr; } body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app { width: 100px; min-width: 100%; } html, body { margin: 0; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } /* * line 1: Remove the bottom border in Firefox 39-. * * lines 2,3: Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. * */ abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** * * Remove the border on images inside links in IE 10. * */ img { border-style: none; } /* * line 1: Correct the inheritance and scaling of font size in all browsers. * * line 2: Correct the odd `em` font sizing in all browsers. * */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* * lines 1,2: Add the correct box sizing in Firefox. * * line 3: Show the overflow in Edge and IE. * */ hr { box-sizing: content-box; height: 0; overflow: visible; } /* * Change font properties to `inherit` in all browsers (opinionated). * */ button, input, optgroup, select, textarea { font: inherit; font-family: inherit; margin: 0; } /* * Restore the font weight unset by the previous rule. * */ optgroup { font-weight: bold; } /* * Show the overflow in IE. * * input: Show the overflow in Edge. * * select: Show the overflow in Edge, Firefox, and IE. * * Remove the inheritance of text transform in Edge, Firefox, and IE. * * select: Remove the inheritance of text transform in Firefox. * */ button, input, select { overflow: visible; text-transform: none; } /* * Remove the inner border and padding in Firefox. * */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* * Restore the focus styles unset by the previous rule. * */ button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; } /** * * Correct the padding in Firefox. * */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * * lines 1,3,4,6: Correct the text wrapping in Edge and IE. * * line 2: Correct the color inheritance from `fieldset` elements in IE. * * line 5: Remove the padding so developers are not caught out when they zero out * * `fieldset` elements in all browsers. * */ legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } /** * * Add the correct vertical alignment in Chrome, Firefox, and Opera. * */ progress { vertical-align: baseline; } /* * Remove the default vertical scrollbar in IE 10+. * */ textarea { overflow: auto; } /* * Remove the inner padding and cancel buttons in Chrome on OS X and * * Safari on OS X. * */ input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } .q-icon { line-height: 1; width: 1em; height: 1em; flex-shrink: 0; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; text-align: center; position: relative; box-sizing: content-box; fill: currentColor; } .q-icon:before, .q-icon:after { width: 100%; height: 100%; display: flex !important; align-items: center; justify-content: center; } .q-icon > svg, .q-icon > img { width: 100%; height: 100%; } .q-icon > div { box-sizing: border-box; } .q-icon, .material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-symbols-outlined, .material-symbols-rounded, .material-symbols-sharp { -webkit-user-select: none; user-select: none; cursor: inherit; font-size: inherit; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; } /* Composables */ .q-panel { height: 100%; width: 100%; } .q-panel > div { height: 100%; width: 100%; } .q-panel-parent { overflow: hidden; position: relative; } /* Components */ .q-loading-bar { position: fixed; z-index: 9998; transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s; background: #f44336; } .q-loading-bar--top { left: 0 /* rtl:ignore */; right: 0 /* rtl:ignore */; top: 0; width: 100%; } .q-loading-bar--bottom { left: 0 /* rtl:ignore */; right: 0 /* rtl:ignore */; bottom: 0; width: 100%; } .q-loading-bar--right { top: 0; bottom: 0; right: 0; height: 100%; } .q-loading-bar--left { top: 0; bottom: 0; left: 0; height: 100%; } .q-avatar { position: relative; vertical-align: middle; display: inline-block; border-radius: 50%; font-size: 48px; height: 1em; width: 1em; } .q-avatar__content { font-size: 0.5em; line-height: 0.5em; } .q-avatar__content, .q-avatar img:not(.q-icon):not(.q-img__image) { border-radius: inherit; height: inherit; width: inherit; } .q-avatar--square { border-radius: 0; } .q-badge { background-color: var(--q-primary); color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 12px; line-height: 1; min-height: 12px; font-weight: normal; vertical-align: baseline; } .q-badge--single-line { white-space: nowrap; } .q-badge--multi-line { word-break: break-all; word-wrap: break-word; } .q-badge--floating { position: absolute; top: -4px; right: -3px; cursor: inherit; } .q-badge--transparent { opacity: 0.8; } .q-badge--outline { background-color: transparent; border: 1px solid currentColor; } .q-badge--rounded { border-radius: 1em; } .q-banner { min-height: 54px; padding: 8px 16px; background: #fff; } .q-banner--top-padding { padding-top: 14px; } .q-banner__avatar { min-width: 1px !important; } .q-banner__avatar > .q-avatar { font-size: 46px; } .q-banner__avatar > .q-icon { font-size: 40px; } .q-banner__avatar:not(:empty) + .q-banner__content { padding-left: 16px; } .q-banner__actions.col-auto { padding-left: 16px; } .q-banner__actions.col-all .q-btn-item { margin: 4px 0 0 4px; } .q-banner--dense { min-height: 32px; padding: 8px; } .q-banner--dense.q-banner--top-padding { padding-top: 12px; } .q-banner--dense .q-banner__avatar > .q-avatar, .q-banner--dense .q-banner__avatar > .q-icon { font-size: 28px; } .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content { padding-left: 8px; } .q-banner--dense .q-banner__actions.col-auto { padding-left: 8px; } .q-bar { background: rgba(0, 0, 0, 0.2); } .q-bar > .q-icon { margin-left: 2px; } .q-bar > div, .q-bar > div + .q-icon { margin-left: 8px; } .q-bar > .q-btn { margin-left: 2px; } .q-bar > .q-icon:first-child, .q-bar > .q-btn:first-child, .q-bar > div:first-child { margin-left: 0; } .q-bar--standard { padding: 0 12px; height: 32px; font-size: 18px; } .q-bar--standard > div { font-size: 16px; } .q-bar--standard .q-btn { font-size: 11px; } .q-bar--dense { padding: 0 8px; height: 24px; font-size: 14px; } .q-bar--dense .q-btn { font-size: 8px; } .q-bar--dark { background: rgba(255, 255, 255, 0.15); } .q-breadcrumbs__el { color: inherit; } .q-breadcrumbs__el-icon { font-size: 125%; } .q-breadcrumbs__el-icon--with-label { margin-right: 8px; } [dir=rtl] .q-breadcrumbs__separator .q-icon { transform: scaleX(-1) /* rtl:ignore */; } .q-btn { display: inline-flex; flex-direction: column; align-items: stretch; position: relative; outline: 0; border: 0; vertical-align: middle; font-size: 14px; line-height: 1.715em; text-decoration: none; color: inherit; background: transparent; font-weight: 500; text-transform: uppercase; text-align: center; width: auto; height: auto; cursor: default; padding: 4px 16px; min-height: 2.572em; } .q-btn .q-icon, .q-btn .q-spinner { font-size: 1.715em; } .q-btn.disabled { opacity: 0.7 !important; } .q-btn:before { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: inherit; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); } .q-btn--actionable { cursor: pointer; } .q-btn--actionable.q-btn--standard:before { transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } .q-btn--actionable.q-btn--standard:active:before, .q-btn--actionable.q-btn--standard.q-btn--active:before { box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); } .q-btn--no-uppercase { text-transform: none; } .q-btn--rectangle { border-radius: 3px; } .q-btn--outline { background: transparent !important; } .q-btn--outline:before { border: 1px solid currentColor; } .q-btn--push { border-radius: 7px; } .q-btn--push:before { border-bottom: 3px solid rgba(0, 0, 0, 0.15); } .q-btn--push.q-btn--actionable { transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } .q-btn--push.q-btn--actionable:before { transition: border-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } .q-btn--push.q-btn--actionable:active, .q-btn--push.q-btn--actionable.q-btn--active { transform: translateY(2px); } .q-btn--push.q-btn--actionable:active:before, .q-btn--push.q-btn--actionable.q-btn--active:before { border-bottom-width: 0; } .q-btn--rounded { border-radius: 28px; } .q-btn--round { border-radius: 50%; padding: 0; min-width: 3em; min-height: 3em; } .q-btn--square { border-radius: 0; } .q-btn--flat:before, .q-btn--outline:before, .q-btn--unelevated:before { box-shadow: none; } .q-btn--dense { padding: 0.285em; min-height: 2em; } .q-btn--dense.q-btn--round { padding: 0; min-height: 2.4em; min-width: 2.4em; } .q-btn--dense .on-left { margin-right: 6px; } .q-btn--dense .on-right { margin-left: 6px; } .q-btn--fab .q-icon, .q-btn--fab-mini .q-icon { font-size: 24px; } .q-btn--fab { padding: 16px; min-height: 56px; min-width: 56px; } .q-btn--fab .q-icon { margin: auto; } .q-btn--fab-mini { padding: 8px; min-height: 40px; min-width: 40px; } .q-btn__content { transition: opacity 0.3s; z-index: 0; } .q-btn__content--hidden { opacity: 0; pointer-events: none; } .q-btn__progress { border-radius: inherit; z-index: 0; } .q-btn__progress-indicator { z-index: -1; transform: translateX(-100%); background: rgba(255, 255, 255, 0.25); } .q-btn__progress--dark .q-btn__progress-indicator { background: rgba(0, 0, 0, 0.2); } .q-btn--flat .q-btn__progress-indicator, .q-btn--outline .q-btn__progress-indicator { opacity: 0.2; background: currentColor; } .q-btn-dropdown--split .q-btn-dropdown__arrow-container { padding: 0 4px; } .q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline { border-left: 1px solid currentColor; } .q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline) { border-left: 1px solid rgba(255, 255, 255, 0.3); } .q-btn-dropdown--simple * + .q-btn-dropdown__arrow { margin-left: 8px; } .q-btn-dropdown__arrow { transition: transform 0.28s; } .q-btn-dropdown--current { flex-grow: 1; } .q-btn-group { border-radius: 3px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); vertical-align: middle; } .q-btn-group > .q-btn-item { border-radius: inherit; align-self: stretch; } .q-btn-group > .q-btn-item:before { box-shadow: none; } .q-btn-group > .q-btn-item .q-badge--floating { right: 0; } .q-btn-group > .q-btn-group { box-shadow: none; } .q-btn-group > .q-btn-group:first-child > .q-btn:first-child { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } .q-btn-group > .q-btn-group:last-child > .q-btn:last-child { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child:before { border-left: 0; } .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child:before { border-right: 0; } .q-btn-group > .q-btn-item:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .q-btn-group > .q-btn-item:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .q-btn-group > .q-btn-item.q-btn--standard:before { z-index: -1; } .q-btn-group--push { border-radius: 7px; } .q-btn-group--push > .q-btn--push.q-btn--actionable { transform: none; } .q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__content { transition: margin-top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), margin-bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } .q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__content, .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__content { margin-top: 2px; margin-bottom: -2px; } .q-btn-group--rounded { border-radius: 28px; } .q-btn-group--square { border-radius: 0; } .q-btn-group--flat, .q-btn-group--outline, .q-btn-group--unelevated { box-shadow: none; } .q-btn-group--outline > .q-separator { display: none; } .q-btn-group--outline > .q-btn-item + .q-btn-item:before { border-left: 0; } .q-btn-group--outline > .q-btn-item:not(:last-child):before { border-right: 0; } .q-btn-group--stretch { align-self: stretch; border-radius: 0; } .q-btn-group--glossy > .q-btn-item { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)) !important; } .q-btn-group--spread > .q-btn-group { display: flex !important; } .q-btn-group--spread > .q-btn-item, .q-btn-group--spread > .q-btn-group > .q-btn-item:not(.q-btn-dropdown__arrow-container) { width: auto; min-width: 0; max-width: 100%; flex: 10000 1 0%; } .q-btn-toggle { position: relative; } .q-card { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); border-radius: 4px; vertical-align: top; background: #fff; position: relative; } .q-card > div:not(.q--avoid-card-border), .q-card > img:not(.q--avoid-card-border) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .q-card > div:nth-child(1 of :not(.q--avoid-card-border)), .q-card > img:nth-child(1 of :not(.q--avoid-card-border)) { border-top: 0; border-top-left-radius: inherit; border-top-right-radius: inherit; } .q-card > div:nth-last-child(1 of :not(.q--avoid-card-border)), .q-card > img:nth-last-child(1 of :not(.q--avoid-card-border)) { border-bottom: 0; border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; } .q-card > div:not(.q--avoid-card-border) { border-left: 0; border-right: 0; box-shadow: none; } .q-card--bordered { border: 1px solid rgba(0, 0, 0, 0.12); } .q-card--dark { border-color: rgba(255, 255, 255, 0.28); 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); } .q-card__section { position: relative; } .q-card__section--vert { padding: 16px; } .q-card__section--horiz > div:not(.q--avoid-card-border), .q-card__section--horiz > img:not(.q--avoid-card-border) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .q-card__section--horiz > div:nth-child(1 of :not(.q--avoid-card-border)), .q-card__section--horiz > img:nth-child(1 of :not(.q--avoid-card-border)) { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } .q-card__section--horiz > div:nth-last-child(1 of :not(.q--avoid-card-border)), .q-card__section--horiz > img:nth-last-child(1 of :not(.q--avoid-card-border)) { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } .q-card__section--horiz > div:not(.q--avoid-card-border) { border-top: 0; border-bottom: 0; box-shadow: none; } .q-card__actions { padding: 8px; align-items: center; } .q-card__actions .q-btn--rectangle { padding: 0 8px; } .q-card__actions--horiz > .q-btn-item + .q-btn-item, .q-card__actions--horiz > .q-btn-group + .q-btn-item, .q-card__actions--horiz > .q-btn-item + .q-btn-group { margin-left: 8px; } .q-card__actions--vert > .q-btn-item.q-btn--round { align-self: center; } .q-card__actions--vert > .q-btn-item + .q-btn-item, .q-card__actions--vert > .q-btn-group + .q-btn-item, .q-card__actions--vert > .q-btn-item + .q-btn-group { margin-top: 4px; } .q-card__actions--vert > .q-btn-group > .q-btn-item { flex-grow: 1; } .q-card > img { display: block; width: 100%; max-width: 100%; border: 0; } .q-carousel { background-color: #fff; height: 400px; } .q-carousel__slide { min-height: 100%; background-size: cover; background-position: 50%; } .q-carousel__slide, .q-carousel .q-carousel--padding { padding: 16px; } .q-carousel__slides-container { height: 100%; } .q-carousel__control { color: #fff; } .q-carousel__arrow { pointer-events: none; } .q-carousel__arrow .q-icon { font-size: 28px; } .q-carousel__arrow .q-btn { pointer-events: all; } .q-carousel__prev-arrow--horizontal, .q-carousel__next-arrow--horizontal { top: 16px; bottom: 16px; } .q-carousel__prev-arrow--horizontal { left: 16px; } .q-carousel__next-arrow--horizontal { right: 16px; } .q-carousel__prev-arrow--vertical, .q-carousel__next-arrow--vertical { left: 16px; right: 16px; } .q-carousel__prev-arrow--vertical { top: 16px; } .q-carousel__next-arrow--vertical { bottom: 16px; } .q-carousel__navigation--top, .q-carousel__navigation--bottom { left: 16px; right: 16px; overflow-x: auto; overflow-y: hidden; } .q-carousel__navigation--top { top: 16px; } .q-carousel__navigation--bottom { bottom: 16px; } .q-carousel__navigation--left, .q-carousel__navigation--right { top: 16px; bottom: 16px; overflow-x: hidden; overflow-y: auto; } .q-carousel__navigation--left > .q-carousel__navigation-inner, .q-carousel__navigation--right > .q-carousel__navigation-inner { flex-direction: column; } .q-carousel__navigation--left { left: 16px; } .q-carousel__navigation--right { right: 16px; } .q-carousel__navigation-inner { flex: 1 1 auto; } .q-carousel__navigation .q-btn { margin: 6px 4px; padding: 5px; } .q-carousel__navigation-icon--inactive { opacity: 0.7; } .q-carousel .q-carousel__thumbnail { margin: 2px; height: 50px; width: auto; display: inline-block; cursor: pointer; border: 1px solid transparent; border-radius: 4px; vertical-align: middle; opacity: 0.7; transition: opacity 0.3s; } .q-carousel .q-carousel__thumbnail:hover, .q-carousel .q-carousel__thumbnail--active { opacity: 1; } .q-carousel .q-carousel__thumbnail--active { border-color: currentColor; cursor: default; } .q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-top .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding { padding-top: 60px; } .q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-bottom .q-carousel--padding, .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-vertical .q-carousel--padding { padding-bottom: 60px; } .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-left .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding { padding-left: 60px; } .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, .q-carousel--navigation-right .q-carousel--padding, .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, .q-carousel--arrows-horizontal .q-carousel--padding { padding-right: 60px; } .q-carousel.fullscreen { height: 100%; } .q-message-name { font-size: small; } .q-message-label { margin: 24px 0; text-align: center; font-size: small; } .q-message-stamp { color: inherit; margin-top: 4px; opacity: 0.6; display: none; font-size: small; } .q-message-avatar { border-radius: 50%; width: 48px; height: 48px; min-width: 48px; } .q-message { margin-bottom: 8px; } .q-message:first-child .q-message-label { margin-top: 0; } .q-message-avatar--received { margin-right: 8px; } .q-message-text--received { color: #81c784; border-radius: 4px 4px 4px 0; } .q-message-text--received:last-child:before { right: 100%; border-right: 0 solid transparent; border-left: 8px solid transparent; border-bottom: 8px solid currentColor; } .q-message-text-content--received { color: #000; } .q-message-name--sent { text-align: right; } .q-message-avatar--sent { margin-left: 8px; } .q-message-container--sent { flex-direction: row-reverse; } .q-message-text--sent { color: #e0e0e0; border-radius: 4px 4px 0 4px; } .q-message-text--sent:last-child:before { left: 100%; border-left: 0 solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid currentColor; } .q-message-text-content--sent { color: #000; } .q-message-text { background: currentColor; padding: 8px; line-height: 1.2; word-break: break-word; position: relative; } .q-message-text + .q-message-text { margin-top: 3px; } .q-message-text:last-child { min-height: 48px; } .q-message-text:last-child .q-message-stamp { display: block; } .q-message-text:last-child:before { content: ""; position: absolute; bottom: 0; width: 0; height: 0; } .q-checkbox { vertical-align: middle; } .q-checkbox__native { width: 1px; height: 1px; } .q-checkbox__bg, .q-checkbox__icon-container { -webkit-user-select: none; user-select: none; } .q-checkbox__bg { top: 25%; left: 25%; width: 50%; height: 50%; border: 2px solid currentColor; border-radius: 2px; transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; -webkit-print-color-adjust: exact; } .q-checkbox__icon { color: currentColor; font-size: 0.5em; } .q-checkbox__svg { color: #fff; } .q-checkbox__truthy { stroke: currentColor; stroke-width: 3.12px; stroke-dashoffset: 29.78334; stroke-dasharray: 29.78334; } .q-checkbox__indet { fill: currentColor; transform-origin: 50% 50%; transform: rotate(-280deg) scale(0); } .q-checkbox__inner { font-size: 40px; width: 1em; min-width: 1em; height: 1em; outline: 0; border-radius: 50%; color: rgba(0, 0, 0, 0.54); } .q-checkbox__inner--truthy, .q-checkbox__inner--indet { color: var(--q-primary); } .q-checkbox__inner--truthy .q-checkbox__bg, .q-checkbox__inner--indet .q-checkbox__bg { background: currentColor; } .q-checkbox__inner--truthy path { stroke-dashoffset: 0; transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms; } .q-checkbox__inner--indet .q-checkbox__indet { transform: rotate(0) scale(1); transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; } .q-checkbox.disabled { opacity: 0.75 !important; } .q-checkbox--dark .q-checkbox__inner { color: rgba(255, 255, 255, 0.7); } .q-checkbox--dark .q-checkbox__inner:before { opacity: 0.32 !important; } .q-checkbox--dark .q-checkbox__inner--truthy, .q-checkbox--dark .q-checkbox__inner--indet { color: var(--q-primary); } .q-checkbox--dense .q-checkbox__inner { width: 0.5em; min-width: 0.5em; height: 0.5em; } .q-checkbox--dense .q-checkbox__bg { left: 5%; top: 5%; width: 90%; height: 90%; } .q-checkbox--dense .q-checkbox__label { padding-left: 0.5em; } .q-checkbox--dense.reverse .q-checkbox__label { padding-left: 0; padding-right: 0.5em; } body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; background: currentColor; opacity: 0.12; transform: scale3d(0, 0, 1); transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1); } body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before { transform: scale3d(1, 1, 1); } body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before { transform: scale3d(1.4, 1.4, 1); } .q-chip { vertical-align: middle; border-radius: 16px; outline: 0; position: relative; height: 2em; max-width: 100%; margin: 4px; background: #e0e0e0; color: rgba(0, 0, 0, 0.87); font-size: 14px; padding: 0.5em 0.9em; } .q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon { color: inherit; } .q-chip .q-avatar { font-size: 2em; margin-left: -0.45em; margin-right: 0.2em; border-radius: 16px; } .q-chip--outline { background: transparent !important; border: 1px solid currentColor; } .q-chip--outline .q-avatar { margin-left: calc(-0.45em - 1px); } .q-chip--selected .q-avatar { display: none; } .q-chip__icon { color: rgba(0, 0, 0, 0.54); font-size: 1.5em; margin: -0.2em; } .q-chip__icon--left { margin-right: 0.2em; } .q-chip__icon--right { margin-left: 0.2em; } .q-chip__icon--remove { margin-left: 0.1em; margin-right: -0.5em; opacity: 0.6; outline: 0; } .q-chip__icon--remove:hover, .q-chip__icon--remove:focus { opacity: 1; } .q-chip__content { white-space: nowrap; } .q-chip--dense { border-radius: 12px; padding: 0 0.4em; height: 1.5em; } .q-chip--dense .q-avatar { font-size: 1.5em; margin-left: -0.27em; margin-right: 0.1em; border-radius: 12px; } .q-chip--dense .q-chip__icon { font-size: 1.25em; } .q-chip--dense .q-chip__icon--left { margin-right: 0.195em; } .q-chip--dense .q-chip__icon--remove { margin-right: -0.25em; } .q-chip--square { border-radius: 4px; } .q-chip--square .q-avatar { border-radius: 3px 0 0 3px; } body.desktop .q-chip--clickable:focus { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body.desktop.body--dark .q-chip--clickable:focus { box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.14), 0 2px 1px -1px rgba(255, 255, 255, 0.12); } .q-circular-progress { display: inline-block; position: relative; vertical-align: middle; width: 1em; height: 1em; line-height: 1; } .q-circular-progress.q-focusable { border-radius: 50%; } .q-circular-progress__svg { width: 100%; height: 100%; } .q-circular-progress__text { font-size: 0.25em; } .q-circular-progress--indeterminate .q-circular-progress__svg { transform-origin: 50% 50%; animation: q-spin 2s linear infinite /* rtl:ignore */; } .q-circular-progress--indeterminate .q-circular-progress__circle { stroke-dasharray: 1 400; stroke-dashoffset: 0; animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */; } @keyframes q-circular-progress-circle { 0% { stroke-dasharray: 1, 400; stroke-dashoffset: 0; } 50% { stroke-dasharray: 400, 400; stroke-dashoffset: -100; } 100% { stroke-dasharray: 400, 400; stroke-dashoffset: -300; } } .q-color-picker { overflow: hidden; background: #fff; max-width: 350px; vertical-align: top; min-width: 180px; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); /* Saturation Tab */ /* Tune Tab */ /* Palette Tab */ /* Generic */ } .q-color-picker .q-tab { padding: 0 !important; } .q-color-picker--bordered { border: 1px solid rgba(0, 0, 0, 0.12); } .q-color-picker__header-tabs { height: 32px; } .q-color-picker__header-banner { height: 36px; } .q-color-picker__header input { line-height: 24px; border: 0; } .q-color-picker__header .q-tab { min-height: 32px !important; height: 32px !important; } .q-color-picker__header .q-tab--inactive { background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1)); } .q-color-picker__error-icon { bottom: 2px; right: 2px; font-size: 24px; opacity: 0; transition: opacity 0.3s ease-in; } .q-color-picker__header-content { position: relative; background: #fff; } .q-color-picker__header-content--light { color: #000; } .q-color-picker__header-content--dark { color: #fff; } .q-color-picker__header-content--dark .q-tab--inactive:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 255, 255, 0.2); } .q-color-picker__header-banner { height: 36px; } .q-color-picker__header-bg { background: #fff; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important; } .q-color-picker__footer { height: 36px; } .q-color-picker__footer .q-tab { min-height: 36px !important; height: 36px !important; } .q-color-picker__footer .q-tab--inactive { background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.1)); } .q-color-picker__spectrum { width: 100%; height: 100%; } .q-color-picker__spectrum-tab { padding: 0 !important; } .q-color-picker__spectrum-white { background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); } .q-color-picker__spectrum-black { background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); } .q-color-picker__spectrum-circle { width: 10px; height: 10px; box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); border-radius: 50%; transform: translate(-5px, -5px); } .q-color-picker__hue .q-slider__track { background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important; opacity: 1; } .q-color-picker__alpha .q-slider__track-container { padding-top: 0; } .q-color-picker__alpha .q-slider__track:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(255, 255, 255, 0), #757575); } .q-color-picker__sliders { padding: 0 16px; } .q-color-picker__sliders .q-slider__thumb { color: #424242; } .q-color-picker__sliders .q-slider__thumb path { stroke-width: 2px; fill: transparent; } .q-color-picker__sliders .q-slider--active path { stroke-width: 3px; } .q-color-picker__tune-tab .q-slider { margin-left: 18px; margin-right: 18px; } .q-color-picker__tune-tab input { font-size: 11px; border: 1px solid #e0e0e0; border-radius: 4px; width: 3.5em; } .q-color-picker__palette-tab { padding: 0 !important; } .q-color-picker__palette-rows--editable .q-color-picker__cube { cursor: pointer; } .q-color-picker__cube { padding-bottom: 10%; width: 10% !important; } .q-color-picker input { color: inherit; background: transparent; outline: 0; text-align: center; } .q-color-picker .q-tabs { overflow: hidden; } .q-color-picker .q-tab--active { box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.2); } .q-color-picker .q-tab--active .q-focus-helper { display: none; } .q-color-picker .q-tab__indicator { display: none; } .q-color-picker .q-tab-panels { background: inherit; } .q-color-picker--dark { 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); } .q-color-picker--dark .q-color-picker__tune-tab input { border: 1px solid rgba(255, 255, 255, 0.3); } .q-color-picker--dark .q-slider__thumb { color: #fafafa; } .q-date { display: inline-flex; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); border-radius: 4px; background: #fff; width: 290px; min-width: 290px; max-width: 100%; } .q-date--bordered { border: 1px solid rgba(0, 0, 0, 0.12); } .q-date__header { border-top-left-radius: inherit; color: #fff; background-color: var(--q-primary); padding: 16px; } .q-date__actions { padding: 0 16px 16px; } .q-date__content, .q-date__main { outline: 0; } .q-date__content .q-btn { font-weight: normal; } .q-date__header-link { opacity: 0.64; outline: 0; transition: opacity 0.3s ease-out; } .q-date__header-link--active, .q-date__header-link:hover, .q-date__header-link:focus { opacity: 1; } .q-date__header-subtitle { font-size: 14px; line-height: 1.75; letter-spacing: 0.00938em; } .q-date__header-title-label { font-size: 24px; line-height: 1.2; letter-spacing: 0.00735em; } .q-date__view { height: 100%; width: 100%; min-height: 290px; padding: 16px; } .q-date__navigation { height: 12.5%; } .q-date__navigation > div:first-child { width: 8%; min-width: 24px; justify-content: flex-end; } .q-date__navigation > div:last-child { width: 8%; min-width: 24px; justify-content: flex-start; } .q-date__calendar-weekdays { height: 12.5%; } .q-date__calendar-weekdays > div { opacity: 0.38; font-size: 12px; } .q-date__calendar-item { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; width: 14.285% !important; height: 12.5% !important; position: relative; padding: 1px; } .q-date__calendar-item:after { content: ""; position: absolute; pointer-events: none; top: 1px; right: 0; bottom: 1px; left: 0; border-style: dashed; border-color: transparent; border-width: 1px; } .q-date__calendar-item > div, .q-date__calendar-item button { width: 30px; height: 30px; border-radius: 50%; } .q-date__calendar-item > div { line-height: 30px; text-align: center; } .q-date__calendar-item > button { line-height: 22px; } .q-date__calendar-item--out { opacity: 0.18; } .q-date__calendar-item--fill { visibility: hidden; } .q-date__range:before, .q-date__range-from:before, .q-date__range-to:before { content: ""; background-color: currentColor; position: absolute; top: 1px; bottom: 1px; left: 0; right: 0; opacity: 0.3; } .q-date__range:nth-child(7n-6):before, .q-date__range-from:nth-child(7n-6):before, .q-date__range-to:nth-child(7n-6):before { border-top-left-radius: 0; border-bottom-left-radius: 0; } .q-date__range:nth-child(7n):before, .q-date__range-from:nth-child(7n):before, .q-date__range-to:nth-child(7n):before { border-top-right-radius: 0; border-bottom-right-radius: 0; } .q-date__range-from:before { left: 50%; } .q-date__range-to:before { right: 50%; } .q-date__edit-range:after { border-color: currentColor transparent; } .q-date__edit-range:nth-child(7n-6):after { border-top-left-radius: 0; border-bottom-left-radius: 0; } .q-date__edit-range:nth-child(7n):after { border-top-right-radius: 0; border-bottom-right-radius: 0; } .q-date__edit-range-from:after, .q-date__edit-range-from-to:after { left: 4px; border-left-color: currentColor; border-top-color: currentColor; border-bottom-color: currentColor; border-top-left-radius: 28px; border-bottom-left-radius: 28px; } .q-date__edit-range-to:after, .q-date__edit-range-from-to:after { right: 4px; border-right-color: currentColor; border-top-color: currentColor; border-bottom-color: currentColor; border-top-right-radius: 28px; border-bottom-right-radius: 28px; } .q-date__calendar-days-container { height: 75%; min-height: 192px; } .q-date__calendar-days > div { height: 16.66% !important; } .q-date__event { position: absolute; bottom: 2px; left: 50%; height: 5px; width: 8px; border-radius: 5px; background-color: var(--q-secondary); transform: translate3d(-50%, 0, 0); } .q-date__today { box-shadow: 0 0 1px 0 currentColor; } .q-date__years-content { padding: 0 8px; } .q-date__years-item, .q-date__months-item { flex: 0 0 33.3333%; } .q-date.disabled .q-date__header, .q-date.disabled .q-date__content, .q-date--readonly .q-date__header, .q-date--readonly .q-date__content { pointer-events: none; } .q-date--readonly .q-date__navigation { display: none; } .q-date--portrait { flex-direction: column; } .q-date--portrait-standard .q-date__content { height: calc(100% - 86px); } .q-date--portrait-standard .q-date__header { border-top-right-radius: inherit; height: 86px; } .q-date--portrait-standard .q-date__header-title { align-items: center; height: 30px; } .q-date--portrait-minimal .q-date__content { height: 100%; } .q-date--landscape { flex-direction: row; align-items: stretch; min-width: 420px; } .q-date--landscape > div { display: flex; flex-direction: column; } .q-date--landscape .q-date__content { height: 100%; } .q-date--landscape-standard { min-width: 420px; } .q-date--landscape-standard .q-date__header { border-bottom-left-radius: inherit; min-width: 110px; width: 110px; } .q-date--landscape-standard .q-date__header-title { flex-direction: column; } .q-date--landscape-standard .q-date__header-today { margin-top: 12px; margin-left: -8px; } .q-date--landscape-minimal { width: 310px; } .q-date--dark { 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); border-color: rgba(255, 255, 255, 0.28); } .q-dialog__title { font-size: 1.25rem; font-weight: 500; line-height: 1.6; letter-spacing: 0.0125em; } .q-dialog__progress { font-size: 4rem; } .q-dialog__inner { outline: 0; } .q-dialog__inner > div { pointer-events: all; overflow: auto; -webkit-overflow-scrolling: touch; will-change: scroll-position; border-radius: 4px; } .q-dialog__inner--square > div { border-radius: 0 !important; } .q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle { min-width: 64px; } .q-dialog__inner--minimized { padding: 24px; } .q-dialog__inner--minimized > div { max-height: calc(100vh - 48px); } .q-dialog__inner--maximized > div { height: 100%; width: 100%; max-height: 100vh; max-width: 100vw; border-radius: 0 !important; top: 0 !important; left: 0 !important; } .q-dialog__inner--top, .q-dialog__inner--bottom { padding-top: 0 !important; padding-bottom: 0 !important; } .q-dialog__inner--right, .q-dialog__inner--left { padding-right: 0 !important; padding-left: 0 !important; } .q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div { border-top-left-radius: 0; } .q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--top:not(.q-dialog__inner--animating) > div { border-top-right-radius: 0; } .q-dialog__inner--left:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div { border-bottom-left-radius: 0; } .q-dialog__inner--right:not(.q-dialog__inner--animating) > div, .q-dialog__inner--bottom:not(.q-dialog__inner--animating) > div { border-bottom-right-radius: 0; } .q-dialog__inner--fullwidth > div { width: 100% !important; max-width: 100% !important; } .q-dialog__inner--fullheight > div { height: 100% !important; max-height: 100% !important; } .q-dialog__backdrop { z-index: -1; pointer-events: all; outline: 0; background: rgba(0, 0, 0, 0.4); } body.platform-ios .q-dialog__inner--minimized > div, body.platform-android:not(.native-mobile) .q-dialog__inner--minimized > div { max-height: calc(100vh - 108px); } body.q-ios-padding .q-dialog__inner { padding-top: 20px !important; padding-top: env(safe-area-inset-top) !important; padding-bottom: env(safe-area-inset-bottom) !important; } body.q-ios-padding .q-dialog__inner > div { max-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important; } @media (max-width: 599.98px) { .q-dialog__inner--top, .q-dialog__inner--bottom { padding-left: 0; padding-right: 0; } .q-dialog__inner--top > div, .q-dialog__inner--bottom > div { width: 100% !important; } } @media (min-width: 600px) { .q-dialog__inner--minimized > div { max-width: 560px; } } .q-body--dialog { overflow: hidden; } .q-editor { border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; background-color: #fff; } .q-editor.disabled { border-style: dashed; } .q-editor > div:first-child, .q-editor__toolbars-container, .q-editor__toolbars-container > div:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .q-editor__content { outline: 0; padding: 10px; min-height: 10em; border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; overflow: auto; max-width: 100%; } .q-editor__content pre { white-space: pre-wrap; } .q-editor__content hr { border: 0; outline: 0; margin: 1px; height: 1px; background: rgba(0, 0, 0, 0.12); } .q-editor__content:empty:not(:focus):before { content: attr(placeholder); opacity: 0.7; } .q-editor__toolbar { border-bottom: 1px solid rgba(0, 0, 0, 0.12); min-height: 32px; } .q-editor__toolbars-container { max-width: 100%; } .q-editor .q-btn { margin: 4px; } .q-editor__toolbar-group { position: relative; margin: 0 4px; } .q-editor__toolbar-group + .q-editor__toolbar-group:before { content: ""; position: absolute; left: -4px; top: 4px; bottom: 4px; width: 1px; background: rgba(0, 0, 0, 0.12); } .q-editor__link-input { color: inherit; text-decoration: none; text-transform: none; border: none; border-radius: 0; background: none; outline: 0; } .q-editor--flat, .q-editor--flat .q-editor__toolbar { border: 0; } .q-editor--dense .q-editor__toolbar-group { display: flex; align-items: center; flex-wrap: nowrap; } .q-editor--dark { border-color: rgba(255, 255, 255, 0.28); } .q-editor--dark .q-editor__content hr { background: rgba(255, 255, 255, 0.28); } .q-editor--dark .q-editor__toolbar { border-color: rgba(255, 255, 255, 0.28); } .q-editor--dark .q-editor__toolbar-group + .q-editor__toolbar-group:before { background: rgba(255, 255, 255, 0.28); } .q-expansion-item__border { opacity: 0; } .q-expansion-item__toggle-icon { position: relative; transition: transform 0.3s; } .q-expansion-item__toggle-icon--rotated { transform: rotate(180deg); } .q-expansion-item__toggle-focus { width: 1em !important; height: 1em !important; position: relative !important; } .q-expansion-item__toggle-focus + .q-expansion-item__toggle-icon { margin-top: -1em; } .q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border { opacity: 1; } .q-expansion-item--popup { transition: padding 0.5s; } .q-expansion-item--popup > .q-expansion-item__container { border: 1px solid rgba(0, 0, 0, 0.12); } .q-expansion-item--popup > .q-expansion-item__container > .q-separator { display: none; } .q-expansion-item--popup.q-expansion-item--collapsed { padding: 0 15px; } .q-expansion-item--popup.q-expansion-item--expanded { padding: 15px 0; } .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--expanded { padding-top: 0; } .q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child) > .q-expansion-item__container { border-top-width: 0; } .q-expansion-item--popup.q-expansion-item--expanded + .q-expansion-item--popup.q-expansion-item--collapsed > .q-expansion-item__container { border-top-width: 1px; } .q-expansion-item__content > .q-card { box-shadow: none; border-radius: 0; } .q-expansion-item:first-child > div > .q-expansion-item__border--top { opacity: 0; } .q-expansion-item:last-child > div > .q-expansion-item__border--bottom { opacity: 0; } .q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top { opacity: 0; } .q-expansion-item--expanded .q-textarea--autogrow textarea { animation: q-expansion-done 0s; } /* needed for compilation */ @keyframes q-expansion-done { 0% { --q-exp-done: 1; } } .z-fab { z-index: 990; } .q-fab { position: relative; vertical-align: middle; } .q-fab > .q-btn { width: 100%; } .q-fab--form-rounded { border-radius: 28px; } .q-fab--form-square { border-radius: 4px; } .q-fab__icon, .q-fab__active-icon { transition: opacity 0.4s, transform 0.4s; } .q-fab__icon { opacity: 1; transform: rotate(0deg); } .q-fab__active-icon { opacity: 0; transform: rotate(-180deg); } .q-fab__label--external { position: absolute; padding: 0 8px; transition: opacity 0.18s cubic-bezier(0.65, 0.815, 0.735, 0.395); } .q-fab__label--external-hidden { opacity: 0; pointer-events: none; } .q-fab__label--external-left { top: 50%; left: -12px; transform: translate(-100%, -50%); } .q-fab__label--external-right { top: 50%; right: -12px; transform: translate(100%, -50%); } .q-fab__label--external-bottom { bottom: -12px; left: 50%; transform: translate(-50%, 100%); } .q-fab__label--external-top { top: -12px; left: 50%; transform: translate(-50%, -100%); } .q-fab__label--internal { padding: 0; transition: font-size 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), max-height 0.12s cubic-bezier(0.65, 0.815, 0.735, 0.395), opacity 0.07s cubic-bezier(0.65, 0.815, 0.735, 0.395); max-height: 30px; } .q-fab__label--internal-hidden { font-size: 0; opacity: 0; } .q-fab__label--internal-top { padding-bottom: 0.12em; } .q-fab__label--internal-bottom { padding-top: 0.12em; } .q-fab__label--internal-top.q-fab__label--internal-hidden, .q-fab__label--internal-bottom.q-fab__label--internal-hidden { max-height: 0; } .q-fab__label--internal-left { padding-left: 0.285em; padding-right: 0.571em; } .q-fab__label--internal-right { padding-right: 0.285em; padding-left: 0.571em; } .q-fab__icon-holder { min-width: 24px; min-height: 24px; position: relative; } .q-fab__icon-holder--opened .q-fab__icon { transform: rotate(180deg); opacity: 0; } .q-fab__icon-holder--opened .q-fab__active-icon { transform: rotate(0deg); opacity: 1; } .q-fab__actions { position: absolute; opacity: 0; transition: transform 0.18s ease-in, opacity 0.18s ease-in; pointer-events: none; align-items: center; justify-content: center; align-self: center; padding: 3px; } .q-fab__actions .q-btn { margin: 5px; } .q-fab__actions--right { transform-origin: 0 50%; transform: scale(0.4) translateX(-62px); height: 56px; left: 100%; margin-left: 9px; } .q-fab__actions--left { transform-origin: 100% 50%; transform: scale(0.4) translateX(62px); height: 56px; right: 100%; margin-right: 9px; flex-direction: row-reverse; } .q-fab__actions--up { transform-origin: 50% 100%; transform: scale(0.4) translateY(62px); width: 56px; bottom: 100%; margin-bottom: 9px; flex-direction: column-reverse; } .q-fab__actions--down { transform-origin: 50% 0; transform: scale(0.4) translateY(-62px); width: 56px; top: 100%; margin-top: 9px; flex-direction: column; } .q-fab__actions--up, .q-fab__actions--down { left: 50%; margin-left: -28px; } .q-fab__actions--opened { opacity: 1; transform: scale(1) translate(0.1px, 0); pointer-events: all; } .q-fab--align-left > .q-fab__actions--up, .q-fab--align-left > .q-fab__actions--down { align-items: flex-start; left: 28px; } .q-fab--align-right > .q-fab__actions--up, .q-fab--align-right > .q-fab__actions--down { align-items: flex-end; left: auto; right: 0; } .q-field { font-size: 14px; } .q-field ::-ms-clear, .q-field ::-ms-reveal { display: none; } .q-field--with-bottom { padding-bottom: 20px; } .q-field__marginal { height: 56px; color: rgba(0, 0, 0, 0.54); font-size: 24px; } .q-field__marginal > * + * { margin-left: 2px; } .q-field__marginal .q-avatar { font-size: 32px; } .q-field__before, .q-field__prepend { padding-right: 12px; } .q-field__after, .q-field__append { padding-left: 12px; } .q-field__after:empty, .q-field__append:empty { display: none; } .q-field__append + .q-field__append { padding-left: 2px; } .q-field__inner { text-align: left; } .q-field__bottom { font-size: 12px; min-height: 20px; line-height: 1; color: rgba(0, 0, 0, 0.54); padding: 8px 12px 0; backface-visibility: hidden; } .q-field__bottom--animated { transform: translateY(100%); position: absolute; left: 0; right: 0; bottom: 0; } .q-field__messages { line-height: 1; } .q-field__messages > div { word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; } .q-field__messages > div + div { margin-top: 4px; } .q-field__counter { padding-left: 8px; line-height: 1; } .q-field--item-aligned { padding: 8px 16px; } .q-field--item-aligned .q-field__before { min-width: 56px; } .q-field__control-container { height: inherit; } .q-field__control { color: var(--q-primary); height: 56px; max-width: 100%; outline: none; } .q-field__control:before, .q-field__control:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; } .q-field__control:before { border-radius: inherit; } .q-field__shadow { top: 8px; opacity: 0; overflow: hidden; white-space: pre-wrap; transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1); } .q-field__shadow + .q-field__native::placeholder { transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1); } .q-field__shadow + .q-field__native:focus::placeholder { opacity: 0; } .q-field__native, .q-field__prefix, .q-field__suffix, .q-field__input { font-weight: 400; line-height: 28px; letter-spacing: 0.00937em; text-decoration: inherit; text-transform: inherit; border: none; border-radius: 0; background: none; color: rgba(0, 0, 0, 0.87); outline: 0; padding: 6px 0; } .q-field__native, .q-field__input { width: 100%; min-width: 0; outline: 0 !important; -webkit-user-select: auto; user-select: auto; } .q-field