mirror of
https://github.com/MikroWizard/docker-compose-deployment.git
synced 2025-08-16 07:48:00 +02:00
18 lines
481 KiB
CSS
18 lines
481 KiB
CSS
|
.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-ripple-color:rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color:#3f51b5;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color:#ff4081;--mat-option-la
|
||
|
* CoreUI - HTML, CSS, and JavaScript UI Components Library
|
||
|
* @version v4.2.6
|
||
|
* @link https://coreui.io/
|
||
|
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
|
||
|
* License MIT (https://coreui.io/license/)
|
||
|
*/:root{--cui-blue: #0d6efd;--cui-indigo: #6610f2;--cui-purple: #6f42c1;--cui-pink: #d63384;--cui-red: #dc3545;--cui-orange: #fd7e14;--cui-yellow: #ffc107;--cui-green: #198754;--cui-teal: #20c997;--cui-cyan: #0dcaf0;--cui-black: #000015;--cui-white: #fff;--cui-gray: #8a93a2;--cui-gray-dark: #636f83;--cui-gray-100: #ebedef;--cui-gray-200: #d8dbe0;--cui-gray-300: #c4c9d0;--cui-gray-400: #b1b7c1;--cui-gray-500: #9da5b1;--cui-gray-600: #8a93a2;--cui-gray-700: #768192;--cui-gray-800: #636f83;--cui-gray-900: #4f5d73;--cui-primary: #321fdb;--cui-secondary: #9da5b1;--cui-success: #2eb85c;--cui-info: #39f;--cui-warning: #f9b115;--cui-danger: #e55353;--cui-light: #ebedef;--cui-dark: #4f5d73;--cui-primary-rgb: 50, 31, 219;--cui-secondary-rgb: 157, 165, 177;--cui-success-rgb: 46, 184, 92;--cui-info-rgb: 51, 153, 255;--cui-warning-rgb: 249, 177, 21;--cui-danger-rgb: 229, 83, 83;--cui-light-rgb: 235, 237, 239;--cui-dark-rgb: 79, 93, 115;--cui-white-rgb: 255, 255, 255;--cui-black-rgb: 0, 0, 21;--cui-body-color-rgb: 44, 56, 74;--cui-body-bg-rgb: 255, 255, 255;--cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--cui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--cui-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--cui-body-font-family: var(--cui-font-sans-serif);--cui-body-font-size: 1rem;--cui-body-font-weight: 400;--cui-body-line-height: 1.5;--cui-body-color: rgba(44, 56, 74, .95);--cui-body-bg: #fff;--cui-border-width: 1px;--cui-border-style: solid;--cui-border-color: #d8dbe0;--cui-border-color-translucent: rgba(0, 0, 21, .175);--cui-border-radius: .375rem;--cui-border-radius-sm: .25rem;--cui-border-radius-lg: .5rem;--cui-border-radius-xl: 1rem;--cui-border-radius-2xl: 2rem;--cui-border-radius-pill: 50rem;--cui-heading-color: unset;--cui-link-color: #321fdb;--cui-link-hover-color: #2819af;--cui-code-color: #d63384;--cui-highlight-bg: #fff3cd;--cui-breakpoint-xs: 0;--cui-breakpoint-sm: 576px;--cui-breakpoint-md: 768px;--cui-breakpoint-lg: 992px;--cui-breakpoint-xl: 1200px;--cui-breakpoint-xxl: 1400px;--cui-mobile-breakpoint: md}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--cui-body-font-family);font-size:var(--cui-body-font-size);font-weight:var(--cui-body-font-weight);line-height:var(--cui-body-line-height);color:var(--cui-body-color);text-align:var(--cui-body-text-align);background-color:var(--cui-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,21,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--cui-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem}html:not([dir=rtl]) dd{margin-left:0}*[dir=rtl] dd{margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;background-color:var(--cui-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}
|
||
|
* CoreUI Plugins - Chart.js for CoreUI 3
|
||
|
* @version v3.1.2
|
||
|
* @link https://coreui.io
|
||
|
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
|
||
|
* Licensed under MIT (https://github.com/coreui/coreui-chartjs/blob/main/LICENSE)
|
||
|
*/.chartjs-tooltip{position:absolute;z-index:1021;padding:.25rem .5rem;color:#fff;pointer-events:none;background:#000000b3;opacity:0;transition:all .15s ease;transform:translate(-50%);border-radius:.375rem}@media (prefers-reduced-motion: reduce){.chartjs-tooltip{transition:none}}.chartjs-tooltip-header{margin-bottom:.5rem}.chartjs-tooltip-header-item{font-size:.875rem;font-weight:700}.chartjs-tooltip-body-item{align-items:center;font-size:.875rem;white-space:nowrap}.wrapper{width:100%;will-change:auto;transition:padding .15s}html:not([dir=rtl]) .wrapper{padding-left:var(--cui-sidebar-occupy-start, 0)}*[dir=rtl] .wrapper{padding-right:var(--cui-sidebar-occupy-start, 0)}html:not([dir=rtl]) .wrapper{padding-right:var(--cui-sidebar-occupy-end, 0)}*[dir=rtl] .wrapper{padding-left:var(--cui-sidebar-occupy-end, 0)}@media (prefers-reduced-motion: reduce){.wrapper{transition:none}}.form-floating>.form-select{padding-top:1.625rem!important;padding-bottom:.625rem!important}@supports (scrollbar-width: thin){*{scrollbar-width:thin;scrollbar-color:#444 transparent}}::-webkit-scrollbar{width:.7em}::-webkit-scrollbar-track{background:var(--cui-body-bg, #fff);border-radius:100vw;margin-block:.2em}::-webkit-scrollbar-thumb{background:#999;border:.15em solid var(--cui-body-bg, #fff);border-radius:100vw}::-webkit-scrollbar-thumb:hover{background:#444}.dark-theme::-webkit-scrollbar-thumb{background:#444}.dark-theme::-webkit-scrollbar-thumb:hover{background:#999}.chartjs-tooltip-body-item>td{padding-bottom:0!important;padding-top:0!important;font-size:smaller}.callout-info{background-color:#f9fafa!important}.dark-theme .callout-info{background-color:#ffffff1a!important}.example:not(:first-child){margin-top:1.5rem}.example .tab-content{background-color:#f9fafa!important}.dark-theme .example .tab-content{background-color:#ffffff1a!important}.example+p,.example+h2,.example+.h2,.example+h3,.example+.h3,.example+h4,.example+.h4,.example+h5,.example+.h5,.example+h6,.example+.h6{margin-top:1.5rem}.example .preview+p,.example .preview .col+p{margin-top:2rem}.example .preview>.form-control+.form-control,.example .preview .col>.form-control+.form-control{margin-top:.5rem}.example .preview>.nav+.nav,.example .preview>.alert+.alert,.example .preview>.navbar+.navbar,.example .preview>.progress+.progress,.example .preview .col>.nav+.nav,.example .preview .col>.alert+.alert,.example .preview .col>.navbar+.navbar,.example .preview .col>.progress+.progress{margin-top:1rem}.example .preview>.dropdown-menu,.example .preview .col>.dropdown-menu{position:static;display:block}.example .preview>:last-child,.example .preview .col>:last-child{margin-bottom:0}.example .preview>svg+svg,.example .preview>img+img,.example .preview .col>svg+svg,.example .preview .col>img+img{margin-left:.5rem}.example .preview>.btn,.example .preview>.btn-group,.example .preview .col>.btn,.example .preview .col>.btn-group{margin:.25rem .125rem}.example .preview>.btn-toolbar+.btn-toolbar,.example .preview .col>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.example .preview>.list-group,.example .preview .col>.list-group{max-width:400px}.example .preview>[class*=list-group-horizontal],.example .preview .col>[class*=list-group-horizontal]{max-width:100%}.example .preview .fixed-top,.example .preview .sticky-top,.example .preview .col .fixed-top,.example .preview .col .sticky-top{position:static;margin:-1rem -1rem 1rem}.example .preview .fixed-bottom,.example .preview .col .fixed-bottom{position:static;margin:1rem -1rem -1rem}@media (min-width: 576px){.example .preview .fixed-top,.example .preview .sticky-top,.example .preview .col .fixed-top,.example .preview .col .sticky-top{margin:-1.5rem -1.5rem 1rem}.example .preview .fixed-bottom,.example .preview .col .fixed-bottom{margin:1rem -1.5rem -1.5rem}}.example .preview .pagination,.example .preview .col .pagination{margin-top:.5rem;margin-bottom:.5rem}ngx-super-select.styled>div>span{background:var(--cui-input-group-addon-bg, #d8dbe0);height:100%;padding:8px;color:var(--cui-input-group-addon-color, rgba(44, 56, 74, .95))!important}ngx-super-selec
|
||
|
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||
|
* Copyright 2023 Fonticons, Inc.
|
||
|
*/:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(fa-brands-400.9210030c21e68a90.woff2) format("woff2"),url(fa-brands-400.5f7c5bb77eae788b.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-square-js:before{content:"\f3b9"}.fa-js-square:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-square-reddit:before{content:"\f1a2"}.fa-reddit-square:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-square-instagram:before{content:"\e055"}.fa-instagram-square:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-square-hacker-news:before{content:"\f3af"}.fa-hacker-news-square:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-square-snapchat:before{content:"\f2ad"}.fa-snapchat-square:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before{content:"\f2aa"}.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:
|