SvelteQuickstart/public/build/bundle.css

1 line
280 KiB
CSS
Raw Normal View History

2021-07-23 08:05:45 -04:00
body{padding:0}.s-icon{color:var(--theme-icons-active);font-size:var(--s-icon-size);transform:rotate(var(--s-icon-rotate));line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;font-feature-settings:"liga";justify-content:center;position:relative;align-items:center;text-indent:0;vertical-align:middle;cursor:inherit;user-select:none;direction:ltr;transition:.3s cubic-bezier(.25,.8,.5,1),visibility 0s}.s-icon.disabled{color:var(--theme-icons-inactive)}.s-icon.spin{animation:s-icon-spin 1s linear infinite}.s-icon>svg{fill:currentColor}@keyframes s-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.s-btn-group{border-radius:4px;display:inline-flex;max-width:100%;flex:0 1 auto;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.s-btn-group:not(.elevated) .s-btn-group-item.s-btn{box-shadow:none}.s-btn-group.borderless .s-btn-group-item.s-btn{border-width:0}.s-btn-group.tile{border-radius:0}.s-btn-group.rounded{border-radius:24px}@charset "UTF-8";.theme--light{--theme-surface:#fff;--theme-text-primary:rgba(0,0,0,0.87);--theme-text-secondary:rgba(0,0,0,0.6);--theme-text-disabled:rgba(0,0,0,0.38);--theme-text-link:#1976d2;--theme-icons-active:rgba(0,0,0,0.54);--theme-icons-inactive:rgba(0,0,0,0.38);--theme-inputs-box:rgba(0,0,0,0.04);--theme-buttons-disabled:rgba(0,0,0,0.26);--theme-tabs:rgba(0,0,0,0.54);--theme-text-fields-filled:rgba(0,0,0,0.06);--theme-text-fields-filled-hover:rgba(0,0,0,0.12);--theme-text-fields-outlined:rgba(0,0,0,0.38);--theme-text-fields-outlined-disabled:rgba(0,0,0,0.26);--theme-text-fields-border:rgba(0,0,0,0.42);--theme-controls-disabled:rgba(0,0,0,0.26);--theme-controls-thumb-inactive:#fff;--theme-controls-thumb-disabled:#fafafa;--theme-controls-track-inactive:rgba(0,0,0,0.38);--theme-controls-track-disabled:rgba(0,0,0,0.12);--theme-tables-active:#f5f5f5;--theme-tables-hover:#eee;--theme-tables-group:#eee;--theme-dividers:rgba(0,0,0,0.12);--theme-chips:#e0e0e0;--theme-cards:#fff;--theme-app-bar:#f5f5f5;--theme-navigation-drawer:#fff;background-color:var(--theme-surface);color:var(--theme-text-primary)}.theme--light a{color:#1976d2}.theme--light .text--primary{color:var(--theme-text-primary)}.theme--light .text--secondary{color:var(--theme-text-secondary)}.theme--light .text--disabled{color:var(--theme-text-disabled)}.theme--dark{--theme-surface:#212121;--theme-icons-active:#fff;--theme-icons-inactive:hsla(0,0%,100%,0.5);--theme-text-primary:#fff;--theme-text-secondary:hsla(0,0%,100%,0.7);--theme-text-disabled:hsla(0,0%,100%,0.5);--theme-text-link:#82b1ff;--theme-inputs-box:#fff;--theme-buttons-disabled:hsla(0,0%,100%,0.3);--theme-tabs:hsla(0,0%,100%,0.6);--theme-text-fields-filled:hsla(0,0%,100%,0.08);--theme-text-fields-filled-hover:hsla(0,0%,100%,0.16);--theme-text-fields-outlined:hsla(0,0%,100%,0.24);--theme-text-fields-outlined-disabled:hsla(0,0%,100%,0.16);--theme-text-fields-border:hsla(0,0%,100%,0.7);--theme-controls-disabled:hsla(0,0%,100%,0.3);--theme-controls-thumb-inactive:#bdbdbd;--theme-controls-thumb-disabled:#424242;--theme-controls-track-inactive:hsla(0,0%,100%,0.3);--theme-controls-track-disabled:hsla(0,0%,100%,0.1);--theme-tables-active:#505050;--theme-tables-hover:#616161;--theme-tables-group:#616161;--theme-dividers:hsla(0,0%,100%,0.12);--theme-chips:#555;--theme-cards:#1e1e1e;--theme-app-bar:#272727;--theme-navigation-drawer:#363636;background-color:var(--theme-surface);color:var(--theme-text-primary)}.theme--dark a{color:#82b1ff}.theme--dark .text--primary{color:var(--theme-text-primary)}.theme--dark .text--secondary{color:var(--theme-text-secondary)}.theme--dark .text--disabled{color:var(--theme-text-disabled)}:root{--theme-bp-xs:0;--theme-bp-sm:600px;--theme-bp-md:960px;--theme-bp-lg:1264px;--theme-bp-xl:1904px}html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-ite