UNPKG

quasar

Version:

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

2,041 lines 330 kB
/* * Quasar Framework v1.15.5 * (c) 2015-present Razvan Stoenescu * Released under the MIT License. */ *, *:before, *:after { box-sizing: inherit; -webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: transparent; } html, body, #q-app { width: 100%; } html[dir=ltr], [dir=ltr] body, [dir=ltr] #q-app { direction: ltr; } html[dir=rtl], [dir=rtl] body, [dir=rtl] #q-app { direction: rtl; } body.platform-ios.within-iframe, body.platform-ios.within-iframe #q-app { width: 100px; min-width: 100%; } html, body { box-sizing: border-box; } html[dir], [dir] body { margin: 0; } 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] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } [dir] abbr[title] { border-bottom: none; } [dir] img { border-style: none; } svg:not(:root) { overflow: hidden; } /* * 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; } button, input, optgroup, select, textarea { font: inherit; font-family: inherit; } [dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea { margin: 0; } 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; } [dir] button::-moz-focus-inner, [dir] input::-moz-focus-inner { border: 0; padding: 0; } button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; } [dir] 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%; white-space: normal; } [dir] legend { padding: 0; } progress { vertical-align: baseline; } textarea { overflow: auto; } input[type='search'] { -webkit-appearance: textfield; } 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; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; position: relative; box-sizing: content-box; fill: currentColor; } [dir] .q-icon { text-align: center; } [dir=ltr] .q-icon { direction: ltr; } [dir=rtl] .q-icon { direction: rtl; } .q-icon:before, .q-icon:after { width: 100%; height: 100%; display: flex !important; align-items: center; justify-content: center; } .q-icon > svg { width: 100%; height: 100%; } .q-icon, .material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: inherit; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; } [dir] .q-icon, [dir] .material-icons, [dir] .material-icons-outlined, [dir] .material-icons-round, [dir] .material-icons-sharp { cursor: inherit; } .q-panel { height: 100%; width: 100%; } .q-panel > div { height: 100%; width: 100%; } .q-panel-parent { overflow: hidden; position: relative; } .q-loading-bar { position: fixed; z-index: 9998; transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s; } [dir] .q-loading-bar { 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; height: 100%; } [dir=ltr] .q-loading-bar--right { right: 0; } [dir=rtl] .q-loading-bar--right { left: 0; } .q-loading-bar--left { top: 0; bottom: 0; height: 100%; } [dir=ltr] .q-loading-bar--left { left: 0; } [dir=rtl] .q-loading-bar--left { right: 0; } .q-avatar { position: relative; vertical-align: middle; display: inline-block; font-size: 48px; height: 1em; width: 1em; } [dir] .q-avatar { border-radius: 50%; } .q-avatar__content { font-size: 0.5em; line-height: 0.5em; } .q-avatar__content, .q-avatar img:not(.q-icon) { height: inherit; width: inherit; } [dir] .q-avatar__content, [dir] .q-avatar img:not(.q-icon) { border-radius: inherit; } [dir] .q-avatar--square { border-radius: 0; } .q-badge { color: #fff; font-size: 12px; line-height: 12px; font-weight: normal; vertical-align: baseline; } [dir] .q-badge { background-color: #1976d2; background-color: var(--q-color-primary); padding: 2px 6px; border-radius: 4px; } .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; } [dir] .q-badge--floating { cursor: inherit; } [dir=ltr] .q-badge--floating { right: -3px; } [dir=rtl] .q-badge--floating { left: -3px; } .q-badge--transparent { opacity: 0.8; } [dir] .q-badge--outline { background-color: transparent; border: 1px solid currentColor; } [dir] .q-badge--rounded { border-radius: 1em; } .q-banner { min-height: 54px; } [dir] .q-banner { padding: 8px 16px; background: #fff; } [dir] .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; } [dir=ltr] .q-banner__avatar:not(:empty) + .q-banner__content { padding-left: 16px; } [dir=rtl] .q-banner__avatar:not(:empty) + .q-banner__content { padding-right: 16px; } [dir=ltr] .q-banner__actions.col-auto { padding-left: 16px; } [dir=rtl] .q-banner__actions.col-auto { padding-right: 16px; } [dir=ltr] .q-banner__actions.col-all .q-btn-item { margin: 4px 0 0 4px; } [dir=rtl] .q-banner__actions.col-all .q-btn-item { margin: 4px 4px 0 0; } .q-banner--dense { min-height: 32px; } [dir] .q-banner--dense { padding: 8px; } [dir] .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; } [dir=ltr] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content { padding-left: 8px; } [dir=rtl] .q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content { padding-right: 8px; } [dir=ltr] .q-banner--dense .q-banner__actions.col-auto { padding-left: 8px; } [dir=rtl] .q-banner--dense .q-banner__actions.col-auto { padding-right: 8px; } [dir] .q-bar { background: rgba(0,0,0,0.2); } [dir=ltr] .q-bar > .q-icon { margin-left: 2px; } [dir=rtl] .q-bar > .q-icon { margin-right: 2px; } [dir=ltr] .q-bar > div, [dir=ltr] .q-bar > div + .q-icon { margin-left: 8px; } [dir=rtl] .q-bar > div, [dir=rtl] .q-bar > div + .q-icon { margin-right: 8px; } [dir=ltr] .q-bar > .q-btn { margin-left: 2px; } [dir=rtl] .q-bar > .q-btn { margin-right: 2px; } [dir=ltr] .q-bar > .q-icon:first-child, [dir=ltr] .q-bar > .q-btn:first-child, [dir=ltr] .q-bar > div:first-child { margin-left: 0; } [dir=rtl] .q-bar > .q-icon:first-child, [dir=rtl] .q-bar > .q-btn:first-child, [dir=rtl] .q-bar > div:first-child { margin-right: 0; } .q-bar--standard { height: 32px; font-size: 18px; } [dir] .q-bar--standard { padding: 0 12px; } .q-bar--standard > div { font-size: 16px; } .q-bar--standard .q-btn { font-size: 11px; } .q-bar--dense { height: 24px; font-size: 14px; } [dir] .q-bar--dense { padding: 0 8px; } .q-bar--dense .q-btn { font-size: 8px; } [dir] .q-bar--dark { background: rgba(255,255,255,0.15); } .q-breadcrumbs__el { color: inherit; } .q-breadcrumbs__el-icon { font-size: 125%; } [dir=ltr] .q-breadcrumbs__el-icon--with-label { margin-right: 8px; } [dir=rtl] .q-breadcrumbs__el-icon--with-label { margin-left: 8px; } .q-breadcrumbs--last a { pointer-events: none; } [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; vertical-align: middle; font-size: 14px; line-height: 1.715em; text-decoration: none; color: inherit; font-weight: 500; text-transform: uppercase; width: auto; height: auto; } [dir] .q-btn { border: 0; padding: 0; background: transparent; text-align: center; } .q-btn .q-icon, .q-btn .q-spinner { font-size: 1.715em; } .q-btn.disabled { opacity: 0.7 !important; } .q-btn__wrapper { min-height: 2.572em; width: 100%; height: 100%; } [dir] .q-btn__wrapper { padding: 4px 16px; border-radius: inherit; } .q-btn__wrapper:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; } [dir] .q-btn__wrapper:before { 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); } [dir=ltr] .q-btn__wrapper:before { left: 0; right: 0; } [dir=rtl] .q-btn__wrapper:before { right: 0; left: 0; } [dir] .q-btn--actionable { cursor: pointer; } .q-btn--actionable.q-btn--standard .q-btn__wrapper:before { transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } [dir] .q-btn--actionable.q-btn--standard:active .q-btn__wrapper:before, [dir] .q-btn--actionable.q-btn--standard.q-btn--active .q-btn__wrapper: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; } [dir] .q-btn--rectangle { border-radius: 3px; } [dir] .q-btn--outline { background: transparent !important; } [dir] .q-btn--outline .q-btn__wrapper:before { border: 1px solid currentColor; } [dir] .q-btn--push { border-radius: 7px; } [dir] .q-btn--push .q-btn__wrapper: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 .q-btn__wrapper:before { transition: top 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), bottom 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), border-bottom-width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } [dir] .q-btn--push.q-btn--actionable:active, [dir] .q-btn--push.q-btn--actionable.q-btn--active { transform: translateY(2px); } [dir] .q-btn--push.q-btn--actionable:active .q-btn__wrapper:before, [dir] .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper:before { border-bottom-width: 0; } [dir] .q-btn--rounded { border-radius: 28px; } [dir] .q-btn--round { border-radius: 50%; } .q-btn--round .q-btn__wrapper { min-width: 3em; min-height: 3em; } [dir] .q-btn--round .q-btn__wrapper { padding: 0; } [dir] .q-btn--flat .q-btn__wrapper:before, [dir] .q-btn--outline .q-btn__wrapper:before, [dir] .q-btn--unelevated .q-btn__wrapper:before { box-shadow: none; } .q-btn--dense .q-btn__wrapper { min-height: 2em; } [dir] .q-btn--dense .q-btn__wrapper { padding: 0.285em; } .q-btn--dense.q-btn--round .q-btn__wrapper { min-height: 2.4em; min-width: 2.4em; } [dir] .q-btn--dense.q-btn--round .q-btn__wrapper { padding: 0; } [dir=ltr] .q-btn--dense .on-left { margin-right: 6px; } [dir=rtl] .q-btn--dense .on-left { margin-left: 6px; } [dir=ltr] .q-btn--dense .on-right { margin-left: 6px; } [dir=rtl] .q-btn--dense .on-right { margin-right: 6px; } .q-btn--fab .q-icon, .q-btn--fab-mini .q-icon { font-size: 24px; } [dir] .q-btn--fab .q-icon { margin: auto; } .q-btn--fab .q-btn__wrapper { min-height: 56px; min-width: 56px; } [dir] .q-btn--fab .q-btn__wrapper { padding: 16px; } .q-btn--fab-mini .q-btn__wrapper { min-height: 40px; min-width: 40px; } [dir] .q-btn--fab-mini .q-btn__wrapper { padding: 8px; } .q-btn__content { transition: opacity 0.3s; z-index: 0; } .q-btn__content--hidden { opacity: 0; pointer-events: none; } .q-btn__progress { z-index: 0; } [dir] .q-btn__progress { border-radius: inherit; } .q-btn__progress-indicator { z-index: -1; } [dir] .q-btn__progress-indicator { background: rgba(255,255,255,0.25); } [dir=ltr] .q-btn__progress-indicator { transform: translateX(-100%); } [dir=rtl] .q-btn__progress-indicator { transform: translateX(100%); } [dir] .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; } [dir] .q-btn--flat .q-btn__progress-indicator, [dir] .q-btn--outline .q-btn__progress-indicator { background: currentColor; } [dir=ltr] .q-btn-dropdown--split .q-btn-dropdown__arrow-container { border-left: 1px solid rgba(255,255,255,0.3); } [dir=rtl] .q-btn-dropdown--split .q-btn-dropdown__arrow-container { border-right: 1px solid rgba(255,255,255,0.3); } [dir] .q-btn-dropdown--split .q-btn-dropdown__arrow-container .q-btn__wrapper { padding: 0 4px; } [dir=ltr] .q-btn-dropdown--simple * + .q-btn-dropdown__arrow { margin-left: 8px; } [dir=rtl] .q-btn-dropdown--simple * + .q-btn-dropdown__arrow { margin-right: 8px; } .q-btn-dropdown__arrow { transition: transform 0.28s; } .q-btn-dropdown--current { flex-grow: 1; } .q-btn-group { vertical-align: middle; } [dir] .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); } .q-btn-group > .q-btn-item { align-self: stretch; } [dir] .q-btn-group > .q-btn-item { border-radius: inherit; } [dir] .q-btn-group > .q-btn-item .q-btn__wrapper:before { box-shadow: none; } [dir=ltr] .q-btn-group > .q-btn-item .q-badge--floating { right: 0; } [dir=rtl] .q-btn-group > .q-btn-item .q-badge--floating { left: 0; } [dir] .q-btn-group > .q-btn-group { box-shadow: none; } [dir=ltr] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } [dir=rtl] .q-btn-group > .q-btn-group:first-child > .q-btn:first-child { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } [dir=ltr] .q-btn-group > .q-btn-group:last-child > .q-btn:last-child { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } [dir=rtl] .q-btn-group > .q-btn-group:last-child > .q-btn:last-child { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } [dir=ltr] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before { border-left: 0; } [dir=rtl] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child .q-btn__wrapper:before { border-right: 0; } [dir=ltr] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before { border-right: 0; } [dir=rtl] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child .q-btn__wrapper:before { border-left: 0; } [dir=ltr] .q-btn-group > .q-btn-item:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=rtl] .q-btn-group > .q-btn-item:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=ltr] .q-btn-group > .q-btn-item:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=rtl] .q-btn-group > .q-btn-item:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .q-btn-group > .q-btn-item.q-btn--standard .q-btn__wrapper:before { z-index: -1; } [dir] .q-btn-group--push { border-radius: 7px; } [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable { transform: none; } .q-btn-group--push > .q-btn--push.q-btn--actionable .q-btn__wrapper { 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), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.5, 1); } [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable:active .q-btn__wrapper, [dir] .q-btn-group--push > .q-btn--push.q-btn--actionable.q-btn--active .q-btn__wrapper { margin-top: 2px; margin-bottom: -2px; } [dir] .q-btn-group--rounded { border-radius: 28px; } [dir] .q-btn-group--flat, [dir] .q-btn-group--outline, [dir] .q-btn-group--unelevated { box-shadow: none; } .q-btn-group--outline > .q-separator { display: none; } [dir=ltr] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before { border-left: 0; } [dir=rtl] .q-btn-group--outline > .q-btn-item + .q-btn-item .q-btn__wrapper:before { border-right: 0; } [dir=ltr] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before { border-right: 0; } [dir=rtl] .q-btn-group--outline > .q-btn-item:not(:last-child) .q-btn__wrapper:before { border-left: 0; } .q-btn-group--stretch { align-self: stretch; } [dir] .q-btn-group--stretch { border-radius: 0; } [dir] .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 { vertical-align: top; position: relative; } [dir] .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; background: #fff; } [dir] .q-card > div:first-child, [dir] .q-card > img:first-child { border-top: 0; } [dir=ltr] .q-card > div:first-child, [dir=ltr] .q-card > img:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } [dir=rtl] .q-card > div:first-child, [dir=rtl] .q-card > img:first-child { border-top-right-radius: inherit; border-top-left-radius: inherit; } [dir] .q-card > div:last-child, [dir] .q-card > img:last-child { border-bottom: 0; } [dir=ltr] .q-card > div:last-child, [dir=ltr] .q-card > img:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; } [dir=rtl] .q-card > div:last-child, [dir=rtl] .q-card > img:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } [dir=ltr] .q-card > div:not(:first-child), [dir=ltr] .q-card > img:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } [dir=rtl] .q-card > div:not(:first-child), [dir=rtl] .q-card > img:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; } [dir=ltr] .q-card > div:not(:last-child), [dir=ltr] .q-card > img:not(:last-child) { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } [dir=rtl] .q-card > div:not(:last-child), [dir=rtl] .q-card > img:not(:last-child) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } [dir] .q-card > div { box-shadow: none; } [dir=ltr] .q-card > div { border-left: 0; border-right: 0; } [dir=rtl] .q-card > div { border-right: 0; border-left: 0; } [dir] .q-card--bordered { border: 1px solid rgba(0,0,0,0.12); } [dir] .q-card--dark { border-color: rgba(255,255,255,0.28); } .q-card__section { position: relative; } [dir] .q-card__section--vert { padding: 16px; } [dir=ltr] .q-card__section--horiz > div:first-child, [dir=ltr] .q-card__section--horiz > img:first-child { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } [dir=rtl] .q-card__section--horiz > div:first-child, [dir=rtl] .q-card__section--horiz > img:first-child { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } [dir=ltr] .q-card__section--horiz > div:last-child, [dir=ltr] .q-card__section--horiz > img:last-child { border-top-right-radius: inherit; border-bottom-right-radius: inherit; } [dir=rtl] .q-card__section--horiz > div:last-child, [dir=rtl] .q-card__section--horiz > img:last-child { border-top-left-radius: inherit; border-bottom-left-radius: inherit; } [dir=ltr] .q-card__section--horiz > div:not(:first-child), [dir=ltr] .q-card__section--horiz > img:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=rtl] .q-card__section--horiz > div:not(:first-child), [dir=rtl] .q-card__section--horiz > img:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=ltr] .q-card__section--horiz > div:not(:last-child), [dir=ltr] .q-card__section--horiz > img:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=rtl] .q-card__section--horiz > div:not(:last-child), [dir=rtl] .q-card__section--horiz > img:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir] .q-card__section--horiz > div { border-top: 0; border-bottom: 0; box-shadow: none; } .q-card__actions { align-items: center; } [dir] .q-card__actions { padding: 8px; } [dir] .q-card__actions .q-btn__wrapper { padding: 0 8px; } [dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-item, [dir=ltr] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=ltr] .q-card__actions--horiz > .q-btn-item + .q-btn-group { margin-left: 8px; } [dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-item, [dir=rtl] .q-card__actions--horiz > .q-btn-group + .q-btn-item, [dir=rtl] .q-card__actions--horiz > .q-btn-item + .q-btn-group { margin-right: 8px; } .q-card__actions--vert > .q-btn-item.q-btn--round { align-self: center; } [dir] .q-card__actions--vert > .q-btn-item + .q-btn-item, [dir] .q-card__actions--vert > .q-btn-group + .q-btn-item, [dir] .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%; } [dir] .q-card > img { border: 0; } .q-carousel { height: 400px; } [dir] .q-carousel { background-color: #fff; } .q-carousel__slide { min-height: 100%; } [dir] .q-carousel__slide { background-size: cover; background-position: 50%; } [dir] .q-carousel__slide, [dir] .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; } [dir=ltr] .q-carousel__prev-arrow--horizontal { left: 16px; } [dir=rtl] .q-carousel__prev-arrow--horizontal { right: 16px; } [dir=ltr] .q-carousel__next-arrow--horizontal { right: 16px; } [dir=rtl] .q-carousel__next-arrow--horizontal { left: 16px; } [dir=ltr] .q-carousel__prev-arrow--vertical, [dir=ltr] .q-carousel__next-arrow--vertical { left: 16px; right: 16px; } [dir=rtl] .q-carousel__prev-arrow--vertical, [dir=rtl] .q-carousel__next-arrow--vertical { right: 16px; left: 16px; } .q-carousel__prev-arrow--vertical { top: 16px; } .q-carousel__next-arrow--vertical { bottom: 16px; } .q-carousel__navigation--top, .q-carousel__navigation--bottom { overflow-x: auto; overflow-y: hidden; } [dir=ltr] .q-carousel__navigation--top, [dir=ltr] .q-carousel__navigation--bottom { left: 16px; right: 16px; } [dir=rtl] .q-carousel__navigation--top, [dir=rtl] .q-carousel__navigation--bottom { right: 16px; left: 16px; } .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; } [dir=ltr] .q-carousel__navigation--left { left: 16px; } [dir=rtl] .q-carousel__navigation--left { right: 16px; } [dir=ltr] .q-carousel__navigation--right { right: 16px; } [dir=rtl] .q-carousel__navigation--right { left: 16px; } .q-carousel__navigation-inner { flex: 1 1 auto; } [dir] .q-carousel__navigation .q-btn { margin: 6px 4px; } [dir] .q-carousel__navigation .q-btn .q-btn__wrapper { padding: 5px; } .q-carousel__navigation-icon--inactive { opacity: 0.7; } .q-carousel .q-carousel__thumbnail { height: 50px; width: auto; display: inline-block; vertical-align: middle; opacity: 0.7; transition: opacity 0.3s; } [dir] .q-carousel .q-carousel__thumbnail { margin: 2px; cursor: pointer; border: 1px solid transparent; border-radius: 4px; } .q-carousel .q-carousel__thumbnail:hover, .q-carousel .q-carousel__thumbnail--active { opacity: 1; } [dir] .q-carousel .q-carousel__thumbnail--active { border-color: currentColor; cursor: default; } [dir] .q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--navigation-top .q-carousel--padding, [dir] .q-carousel--arrows-vertical .q-carousel--padding { padding-top: 60px; } [dir] .q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide, [dir] .q-carousel--navigation-bottom .q-carousel--padding, [dir] .q-carousel--arrows-vertical .q-carousel--padding { padding-bottom: 60px; } [dir=ltr] .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--navigation-left .q-carousel--padding, [dir=ltr] .q-carousel--arrows-horizontal .q-carousel--padding { padding-left: 60px; } [dir=rtl] .q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--navigation-left .q-carousel--padding, [dir=rtl] .q-carousel--arrows-horizontal .q-carousel--padding { padding-right: 60px; } [dir=ltr] .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=ltr] .q-carousel--navigation-right .q-carousel--padding, [dir=ltr] .q-carousel--arrows-horizontal .q-carousel--padding { padding-right: 60px; } [dir=rtl] .q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide, [dir=rtl] .q-carousel--navigation-right .q-carousel--padding, [dir=rtl] .q-carousel--arrows-horizontal .q-carousel--padding { padding-left: 60px; } .q-carousel.fullscreen { height: 100%; } .q-message-name, .q-message-stamp, .q-message-label { font-size: small; } [dir] .q-message-label { margin: 24px 0; } .q-message-stamp { color: inherit; opacity: 0.6; display: none; } [dir] .q-message-stamp { margin-top: 4px; } .q-message-avatar { width: 48px; height: 48px; min-width: 48px; } [dir] .q-message-avatar { border-radius: 50%; } [dir] .q-message { margin-bottom: 8px; } [dir] .q-message:first-child .q-message-label { margin-top: 0; } [dir=ltr] .q-message-avatar--received { margin-right: 8px; } [dir=rtl] .q-message-avatar--received { margin-left: 8px; } .q-message-text--received { color: #81c784; } [dir=ltr] .q-message-text--received { border-radius: 4px 4px 4px 0; } [dir=rtl] .q-message-text--received { border-radius: 4px 4px 0 4px; } [dir] .q-message-text--received:last-child:before { border-bottom: 8px solid currentColor; } [dir=ltr] .q-message-text--received:last-child:before { right: 100%; border-right: 0 solid transparent; border-left: 8px solid transparent; } [dir=rtl] .q-message-text--received:last-child:before { left: 100%; border-left: 0 solid transparent; border-right: 8px solid transparent; } .q-message-text-content--received { color: #000; } [dir=ltr] .q-message-name--sent { text-align: right; } [dir=rtl] .q-message-name--sent { text-align: left; } [dir=ltr] .q-message-avatar--sent { margin-left: 8px; } [dir=rtl] .q-message-avatar--sent { margin-right: 8px; } .q-message-container--sent { flex-direction: row-reverse; } .q-message-text--sent { color: #e0e0e0; } [dir=ltr] .q-message-text--sent { border-radius: 4px 4px 0 4px; } [dir=rtl] .q-message-text--sent { border-radius: 4px 4px 4px 0; } [dir] .q-message-text--sent:last-child:before { border-bottom: 8px solid currentColor; } [dir=ltr] .q-message-text--sent:last-child:before { left: 100%; border-left: 0 solid transparent; border-right: 8px solid transparent; } [dir=rtl] .q-message-text--sent:last-child:before { right: 100%; border-right: 0 solid transparent; border-left: 8px solid transparent; } .q-message-text-content--sent { color: #000; } .q-message-text { line-height: 1.2; word-break: break-word; position: relative; } [dir] .q-message-text { background: currentColor; padding: 8px; } [dir] .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__bg { top: 25%; width: 50%; height: 50%; transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; } [dir] .q-checkbox__bg { border: 2px solid currentColor; border-radius: 2px; } [dir=ltr] .q-checkbox__bg { left: 25%; } [dir=rtl] .q-checkbox__bg { right: 25%; } .q-checkbox__native { width: 1px; height: 1px; } .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; } [dir] .q-checkbox__indet { transform-origin: 50% 50%; } [dir=ltr] .q-checkbox__indet { transform: rotate(-280deg) scale(0); } [dir=rtl] .q-checkbox__indet { transform: rotate(280deg) scale(0); } .q-checkbox__inner { font-size: 40px; width: 1em; min-width: 1em; height: 1em; outline: 0; color: rgba(0,0,0,0.54); } [dir] .q-checkbox__inner { border-radius: 50%; } .q-checkbox__inner--truthy, .q-checkbox__inner--indet { color: #1976d2; color: var(--q-color-primary); } [dir] .q-checkbox__inner--truthy .q-checkbox__bg, [dir] .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 { transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms; } [dir] .q-checkbox__inner--indet .q-checkbox__indet { transform: rotate(0) scale(1); } .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: #1976d2; color: var(--q-color-primary); } .q-checkbox--dense .q-checkbox__inner { width: 0.5em; min-width: 0.5em; height: 0.5em; } .q-checkbox--dense .q-checkbox__bg { top: 5%; width: 90%; height: 90%; } [dir=ltr] .q-checkbox--dense .q-checkbox__bg { left: 5%; } [dir=rtl] .q-checkbox--dense .q-checkbox__bg { right: 5%; } [dir=ltr] .q-checkbox--dense .q-checkbox__label { padding-left: 0.5em; } [dir=rtl] .q-checkbox--dense .q-checkbox__label { padding-right: 0.5em; } [dir=ltr] .q-checkbox--dense.reverse .q-checkbox__label { padding-left: 0; padding-right: 0.5em; } [dir=rtl] .q-checkbox--dense.reverse .q-checkbox__label { padding-right: 0; padding-left: 0.5em; } body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before { content: ''; position: absolute; top: 0; bottom: 0; opacity: 0.12; transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1); } [dir] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before { border-radius: 50%; background: currentColor; transform: scale3d(0, 0, 1); } [dir=ltr] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before { right: 0; left: 0; } [dir=rtl] body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before { left: 0; right: 0; } [dir] body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before, [dir] body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before { transform: scale3d(1, 1, 1); } [dir] body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before, [dir] body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before { transform: scale3d(1.4, 1.4, 1); } .q-chip { vertical-align: middle; outline: 0; position: relative; height: 2em; max-width: 100%; color: rgba(0,0,0,0.87); font-size: 14px; } [dir] .q-chip { border-radius: 16px; margin: 4px; background: #e0e0e0; padding: 0.5em 0.9em; } .q-chip--colored .q-chip__icon, .q-chip--dark .q-chip__icon { color: inherit; } [dir] .q-chip--outline { background: transparent !important; border: 1px solid currentColor; } .q-chip .q-avatar { font-size: 2em; } [dir] .q-chip .q-avatar { border-radius: 16px; } [dir=ltr] .q-chip .q-avatar { margin-left: -0.45em; margin-right: 0.2em; } [dir=rtl] .q-chip .q-avatar { margin-right: -0.45em; margin-left: 0.2em; } .q-chip--selected .q-avatar { display: none; } .q-chip__icon { color: rgba(0,0,0,0.54); font-size: 1.5em; } [dir] .q-chip__icon { margin: -0.2em; } [dir=ltr] .q-chip__icon--left { margin-right: 0.2em; } [dir=rtl] .q-chip__icon--left { margin-left: 0.2em; } [dir=ltr] .q-chip__icon--right { margin-left: 0.2em; } [dir=rtl] .q-chip__icon--right { margin-right: 0.2em; } .q-chip__icon--remove { opacity: 0.6; outline: 0; } [dir=ltr] .q-chip__icon--remove { margin-left: 0.1em; margin-right: -0.5em; } [dir=rtl] .q-chip__icon--remove { margin-right: 0.1em; margin-left: -0.5em; } .q-chip__icon--remove:hover, .q-chip__icon--remove:focus { opacity: 1; } .q-chip__content { white-space: nowrap; } .q-chip--dense { height: 1.5em; } [dir] .q-chip--dense { border-radius: 12px; padding: 0 0.4em; } .q-chip--dense .q-avatar { font-size: 1.5em; } [dir] .q-chip--dense .q-avatar { border-radius: 12px; } [dir=ltr] .q-chip--dense .q-avatar { margin-left: -0.27em; margin-right: 0.1em; } [dir=rtl] .q-chip--dense .q-avatar { margin-right: -0.27em; margin-left: 0.1em; } .q-chip--dense .q-chip__icon { font-size: 1.25em; } [dir=ltr] .q-chip--dense .q-chip__icon--left { margin-right: 0.195em; } [dir=rtl] .q-chip--dense .q-chip__icon--left { margin-left: 0.195em; } [dir=ltr] .q-chip--dense .q-chip__icon--remove { margin-right: -0.25em; } [dir=rtl] .q-chip--dense .q-chip__icon--remove { margin-left: -0.25em; } [dir] .q-chip--square { border-radius: 4px; } [dir=ltr] .q-chip--square .q-avatar { border-radius: 3px 0 0 3px; } [dir=rtl] .q-chip--square .q-avatar { border-radius: 0 3px 3px 0; } [dir] 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); } .q-circular-progress { display: inline-block; position: relative; vertical-align: middle; width: 1em; height: 1em; line-height: 1; } [dir] .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 { -webkit-animation: q-spin 2s linear infinite /* rtl:ignore */; animation: q-spin 2s linear infinite /* rtl:ignore */; } [dir] .q-circular-progress--indeterminate .q-circular-progress__svg { transform-origin: 50% 50%; } .q-circular-progress--indeterminate .q-circular-progress__circle { stroke-dasharray: 1 400; stroke-dashoffset: 0; -webkit-animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */; animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */; } .q-color-picker { overflow: hidden; max-width: 350px; vertical-align: top; min-width: 180px; } [dir] .q-color-picker { background: #fff; 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); } [dir] .q-color-picker .q-tab { padding: 0 !important; } [dir] .q-color-picker--bordered { border: 1px solid rgba(0,0,0,0.12); } .q-color-picker__header { height: 68px; } .q-color-picker__header input { line-height: 24px; } [dir] .q-color-picker__header input { border: 0; } .q-color-picker__header .q-tab { min-height: 32px !important; height: 32px !important; } [dir] .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; font-size: 24px; opacity: 0; transition: opacity 0.3s ease-in; } [dir=ltr] .q-color-picker__error-icon { right: 2px; } [dir=rtl] .q-color-picker__error-icon { left: 2px; } .q-color-picker__header-content { position: relative; } [dir] .q-color-picker__header-content { 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; bottom: 0; } [dir] .q-color-picker__header-content--dark .q-tab--inactive:before { background: rgba(255,255,255,0.2); } [dir=ltr] .q-color-picker__header-content--dark .q-tab--inactive:before { right: 0; left: 0; } [dir=rtl] .q-color-picker__header-content--dark .q-tab--inactive:before { left: 0; right: 0; } .q-color-picker__header-banner { height: 36px; } [dir] .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; } [dir] .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%; } [dir] .q-color-picker__spectrum-tab { padding: 0 !important; } [dir=ltr] .q-color-picker__spectrum-white { background: linear-gradient(to right, #fff, rgba(255,255,255,0)); } [dir=rtl] .q-color-picker__spectrum-white { background: linear-gradient(to left, #fff, rgba(255,255,255,0)); } [dir] .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; } [dir] .q-color-picker__spectrum-circle { 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%; } [dir=ltr] .q-color-picker__spectrum-circle { transform: translate(-5px, -5px); } [dir=rtl] .q-color-picker__spectrum-circle { transform: translate(5px, -5px); } .q-color-picker__hue .q-slider__track-container { opacity: 1; } [dir=ltr] .q-color-picker__hue .q-slider__track-container { background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important; } [dir=rtl] .q-color-picker__hue .q-slider__track-container { background: linear-gradient(to left, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%) !important; } .q-color-picker__alpha .q-slider__track-container { color: #fff; opacity: 1; height: 8px; } [dir] .q-color-picker__alpha .q-slider__track-container { background-color: #fff !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important; } .q-color-picker__alpha .q-slider__track-container:after { content: ''; position: absolute; top: 0; bottom: 0; } [dir=ltr] .q-color-picker__alpha .q-slider__track-container:after { right: 0; left: 0; background: linear-gradient(90deg, rgba(255,255,255,0), #757575); } [dir=rtl] .q-color-picker__alpha .q-slider__track-container:after { left: 0; right: 0; background: linear-gradient(-90deg, rgba(255,255,255,0), #757575); } [dir] .q-color-picker__sliders { padding: 4px 16px 16px; } .q-color-picker__sliders .q-slider__track-container { height: 10px; } [dir] .q-color-picker__sliders .q-slider__track-container { margin-top: -5px; } .q-color-picker__sliders .q-slider__track { display: none; } .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__sliders .q-slider { height: 16px; color: #424242; } [dir] .q-color-picker__sliders .q-slider { margin-top: 8px; } [dir=ltr] .q-color-picker__tune-tab .q-slider { margin-left: 18px; margin-right: 18px; } [dir=rtl] .q-color-picker__tune-tab .q-slider { margin-right: 18px; margin-left: 18px; } .q-color-picker__tune-tab input { font-size: 11px; width: 3.5em; } [dir] .q-color-picker__tune-tab input { border: 1px solid #e0e0e0; border-radius: 4px; } [dir] .q-color-picker__palette-tab { padding: 0 !important; } [dir] .q-color-picker__palette-rows--editable .q-color-picker__cube { cursor: pointer; } .q-color-picker__cube { width: 10% !important; } [dir] .q-color-picker__cube { padding-bottom: 10%; } .q-color-picker input { color: inherit; outline: 0; } [dir] .q-color-picker input { background: transparent; text-align: center; } .q-color-picker .q-tabs { overflow: hidden; } [dir] .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; } [dir] .q-color-picker .q-tab-panels { background: inherit; } [dir] .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 { color: #bdbdbd; } .q-date { display: inline-flex; width: 290px; min-width: 290px; max-width: 100%; } [dir] .q-date { 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; } [dir] .q-date--bordered { border: 1px solid rgba(0,0,0,0.12); } .q-date__header { color: #fff; } [dir] .q-date__header { background-color: #1976d2; background-color: var(--q-color-primary); padding: 16px; } [dir=ltr] .q-date__header { border-top-left-radius: inherit; } [dir=rtl] .q-date__header { border-top-right-radius: inherit; } [dir] .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; } [dir] .q-date__view { 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; } [dir] .q-date__calendar-item { padding: 1px; } .q-date__calendar-item:after { content: ''; position: absolute; pointer-events: none; top: 1px; bottom: 1px; } [dir] .q-date__calendar-item:after { border-style: dashed; border-color: transparent; border-width: 1px; } [dir=ltr] .q-date__calendar-item:after { right: 0; left: 0; } [dir=rtl] .q-date__calendar-item:after { left: 0; right: 0; } .q-date__calendar-item > div, .q-date__calendar-item button { width: 30px; height: 30px; } [dir] .q-date__calendar-item > div, [dir] .q-date__calendar-item button { border-radius: 50%; } .q-date__calendar-item > div { line-height: 30px; } [dir] .q-date__calendar-item > div { text-align: center; } .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: ''; position: absolute; top: 1px; bottom: 1px; opacity: 0.3; } [dir] .q-date__range:before, [dir] .q-date__range-from:before, [dir] .q-date__range-to:before { background-color: currentColor; } [dir=ltr] .q-date__range:before, [dir=ltr] .q-date__range-from:before, [dir=ltr] .q-date__range-to:before { left: 0; right: 0; } [dir=rtl] .q-date__range:before, [dir=rtl] .q-date__range-from:before, [dir=rtl] .q-date__range-to:before { right: 0; left: 0; } [dir=ltr] .q-date__range:nth-child(7n-6):before, [dir=ltr] .q-date__range-from:nth-child(7n-6):before, [dir=ltr] .q-date__range-to:nth-child(7n-6):before { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=rtl] .q-date__range:nth-child(7n-6):before, [dir=rtl] .q-date__range-from:nth-child(7n-6):before, [dir=rtl] .q-date__range-to:nth-child(7n-6):before { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=ltr] .q-date__range:nth-child(7n):before, [dir=ltr] .q-date__range-from:nth-child(7n):before, [dir=ltr] .q-date__range-to:nth-child(7n):before { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=rtl] .q-date__range:nth-child(7n):before, [dir=rtl] .q-date__range-from:nth-child(7n):before, [dir=rtl] .q-date__range-to:nth-child(7n):before { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=ltr] .q-date__range-from:before { left: 50%; } [dir=rtl] .q-date__range-from:before { right: 50%; } [dir=ltr] .q-date__range-to:before { right: 50%; } [dir=rtl] .q-date__range-to:before { left: 50%; } [dir] .q-date__edit-range:after { border-color: currentColor transparent; } [dir=ltr] .q-date__edit-range:nth-child(7n-6):after { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir=rtl] .q-date__edit-range:nth-child(7n-6):after { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=ltr] .q-date__edit-range:nth-child(7n):after { border-top-right-radius: 0; border-bottom-right-radius: 0; } [dir=rtl] .q-date__edit-range:nth-child(7n):after { border-top-left-radius: 0; border-bottom-left-radius: 0; } [dir] .q-date__edit-range-from:after, [dir] .q-date__edit-range-from-to:after { border-top-color: currentColor; border-bottom-color: currentColor; } [dir=ltr] .q-date__edit-range-from:after, [dir=ltr] .q-date__edit-range-from-to:after { left: 4px; border-left-color: currentColor; border-top-left-radius: 28px; border-bottom-left-radius: 28px; } [dir=rtl] .q-date__edit-range-from:after, [dir=rtl] .q-date__edit-range-from-to:after { right: 4px; border-right-color: currentColor; border-top-right-radius: 28px; border-bottom-right-radius: 28px; } [dir] .q-date__edit-range-to:after, [dir] .q-date__edit-range-from-to:after { border-top-color: currentColor; border-bottom-color: currentColor; } [dir=ltr] .q-date__edit-range-to:after, [dir=ltr] .q-date__edit-range-from-to:after { right: 4px; border-right-color: currentColor; border-top-right-radius: 28px; border-bottom-right-radius: 28px; } [dir=rtl] .q-date__edit-range-to:after, [dir=rtl] .q-date__edit-range-from-to:after { left: 4px; border-left-color: currentColor; border-top-left-radius: 28px; border-bottom-left-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; height: 5px; width: 8px; } [dir] .q-date__event { border-radius: 5px; background-color: #26a69a; background-color: var(--q-color-secondary); } [dir=ltr] .q-date__event { left: 50%; transform: translate3d(-50%, 0, 0); } [dir=rtl] .q-date__event { right: 50%; transform: translate3d(50%, 0, 0); } [dir] .q-date__today { box-shadow: 0 0 1px 0 currentColor; } [dir] .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__he