Created
September 4, 2017 22:51
-
-
Save kyleledbetter/3210fcb26f876a811a089400d58e156d to your computer and use it in GitHub Desktop.
Dark Covalent Angular Material Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Applies styles for users in high contrast mode. Note that this only applies | |
* to Microsoft browsers. Chrome can be included by checking for the `html[hc]` | |
* attribute, however Chrome handles high contrast differently. | |
*/ | |
/* Theme for the ripple elements.*/ | |
/** The mixins below are shared between md-menu and md-select */ | |
/** | |
* This mixin adds the correct panel transform styles based | |
* on the direction that the menu panel opens. | |
*/ | |
/* stylelint-disable material/no-prefixes */ | |
/* stylelint-enable */ | |
/** | |
* This mixin contains shared option styles between the select and | |
* autocomplete components. | |
*/ | |
.mat-elevation-z0 { | |
-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z1 { | |
-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z2 { | |
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z3 { | |
-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z4 { | |
-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z5 { | |
-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z6 { | |
-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z7 { | |
-webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z8 { | |
-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z9 { | |
-webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z10 { | |
-webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z11 { | |
-webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z12 { | |
-webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z13 { | |
-webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z14 { | |
-webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z15 { | |
-webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z16 { | |
-webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z17 { | |
-webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z18 { | |
-webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z19 { | |
-webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z20 { | |
-webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z21 { | |
-webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z22 { | |
-webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z23 { | |
-webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); } | |
.mat-elevation-z24 { | |
-webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } | |
.mat-h1, .mat-headline, .mat-typography h1 { | |
font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 16px; } | |
.mat-h2, .mat-title, .mat-typography h2 { | |
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 16px; } | |
.mat-h3, .mat-subheading-2, .mat-typography h3 { | |
font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 16px; } | |
.mat-h4, .mat-subheading-1, .mat-typography h4 { | |
font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 16px; } | |
.mat-h5, .mat-typography h5 { | |
font-size: 11.62px; | |
font-weight: 400; | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
line-height: 20px; | |
margin: 0 0 12px; } | |
.mat-h6, .mat-typography h6 { | |
font-size: 9.38px; | |
font-weight: 400; | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
line-height: 20px; | |
margin: 0 0 12px; } | |
.mat-body-strong, .mat-body-2 { | |
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-body, .mat-body-1, .mat-typography { | |
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-body p, .mat-body-1 p, .mat-typography p { | |
margin: 0 0 12px; } | |
.mat-small, .mat-caption { | |
font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-display-4, .mat-typography .mat-display-4 { | |
font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 56px; | |
letter-spacing: -0.05em; } | |
.mat-display-3, .mat-typography .mat-display-3 { | |
font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 64px; | |
letter-spacing: -0.02em; } | |
.mat-display-2, .mat-typography .mat-display-2 { | |
font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 64px; | |
letter-spacing: -0.005em; } | |
.mat-display-1, .mat-typography .mat-display-1 { | |
font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0 0 64px; } | |
.mat-button, .mat-raised-button, .mat-icon-button, .mat-fab, .mat-mini-fab { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 14px; | |
font-weight: 500; } | |
.mat-button-toggle { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-card { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-card-title { | |
font-size: 24px; | |
font-weight: 400; } | |
.mat-card-subtitle, | |
.mat-card-content, | |
.mat-card-header .mat-card-title { | |
font-size: 14px; } | |
.mat-checkbox { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-checkbox-layout .mat-checkbox-label { | |
line-height: 24px; } | |
.mat-chip { | |
font-size: 13px; | |
line-height: 18px; } | |
.mat-chip .mat-chip-remove.mat-icon { | |
font-size: 18px; } | |
.mat-table { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-header-cell { | |
font-size: 12px; | |
font-weight: 500; } | |
.mat-cell { | |
font-size: 14px; } | |
.mat-calendar { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-calendar-body { | |
font-size: 13px; } | |
.mat-calendar-body-label, | |
.mat-calendar-period-button { | |
font-size: 14px; | |
font-weight: 500; } | |
.mat-calendar-table-header th { | |
font-size: 11px; | |
font-weight: 400; } | |
.mat-dialog-title { | |
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-expansion-panel-header { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 15px; | |
font-weight: 400; } | |
.mat-expansion-panel-content { | |
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-form-field { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: inherit; | |
font-weight: 400; | |
line-height: 1.125; } | |
.mat-form-field-wrapper { | |
padding-bottom: 1.25em; } | |
.mat-form-field-prefix .mat-icon, | |
.mat-form-field-suffix .mat-icon { | |
font-size: 150%; | |
line-height: 1.125; } | |
.mat-form-field-prefix .mat-icon-button, | |
.mat-form-field-suffix .mat-icon-button { | |
height: 1.5em; | |
width: 1.5em; } | |
.mat-form-field-prefix .mat-icon-button .mat-icon, | |
.mat-form-field-suffix .mat-icon-button .mat-icon { | |
height: 1.125em; | |
line-height: 1.125; } | |
.mat-form-field-infix { | |
padding: 0.4375em 0; | |
border-top: 0.84375em solid transparent; } | |
.mat-form-field-autofill-float:-webkit-autofill + .mat-form-field-placeholder-wrapper .mat-form-field-float { | |
-webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); | |
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); | |
-ms-transform: translateY(-1.28125em) scale(0.75); | |
width: 133.33333%; } | |
.mat-form-field-placeholder-wrapper { | |
top: -0.84375em; | |
padding-top: 0.84375em; } | |
.mat-form-field-placeholder { | |
top: 1.28125em; } | |
.mat-form-field-placeholder.mat-form-field-float:not(.mat-form-field-empty), | |
.mat-focused .mat-form-field-placeholder.mat-form-field-float { | |
-webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); | |
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); | |
-ms-transform: translateY(-1.28125em) scale(0.75); | |
width: 133.33333%; } | |
.mat-form-field-underline { | |
bottom: 1.25em; } | |
.mat-form-field-subscript-wrapper { | |
font-size: 75%; | |
margin-top: 0.54167em; | |
top: calc(100% - 1.66667em); } | |
.mat-grid-tile-header, | |
.mat-grid-tile-footer { | |
font-size: 14px; } | |
.mat-grid-tile-header .mat-line, | |
.mat-grid-tile-footer .mat-line { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; } | |
.mat-grid-tile-header .mat-line:nth-child(n+2), | |
.mat-grid-tile-footer .mat-line:nth-child(n+2) { | |
font-size: 12px; } | |
input.mat-input-element { | |
margin-top: -0.0625em; } | |
.mat-menu-item { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 16px; } | |
.mat-paginator, | |
.mat-paginator-page-size .mat-select-trigger { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 12px; } | |
.mat-radio-button { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-select { | |
padding-top: 16px; | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-select-trigger { | |
font-size: 16px; } | |
.mat-slide-toggle-content { | |
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-slider-thumb-label-text { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 12px; | |
font-weight: 500; } | |
.mat-tab-group { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-tab-label, .mat-tab-link { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 14px; | |
font-weight: 500; } | |
.mat-toolbar, | |
.mat-toolbar h1, | |
.mat-toolbar h2, | |
.mat-toolbar h3, | |
.mat-toolbar h4, | |
.mat-toolbar h5, | |
.mat-toolbar h6 { | |
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; | |
margin: 0; } | |
.mat-tooltip { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 10px; | |
padding-top: 6px; | |
padding-bottom: 6px; } | |
.mat-list-item { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-list-option { | |
font-family: Roboto, "Helvetica Neue", sans-serif; } | |
.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item { | |
font-size: 16px; } | |
.mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line, .mat-selection-list .mat-list-item .mat-line { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; } | |
.mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) { | |
font-size: 14px; } | |
.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option { | |
font-size: 16px; } | |
.mat-list .mat-list-option .mat-line, .mat-nav-list .mat-list-option .mat-line, .mat-selection-list .mat-list-option .mat-line { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; } | |
.mat-list .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) { | |
font-size: 14px; } | |
.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 14px; | |
font-weight: 500; } | |
.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item, .mat-selection-list[dense] .mat-list-item { | |
font-size: 12px; } | |
.mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line, .mat-selection-list[dense] .mat-list-item .mat-line { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; } | |
.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) { | |
font-size: 12px; } | |
.mat-list[dense] .mat-list-option, .mat-nav-list[dense] .mat-list-option, .mat-selection-list[dense] .mat-list-option { | |
font-size: 12px; } | |
.mat-list[dense] .mat-list-option .mat-line, .mat-nav-list[dense] .mat-list-option .mat-line, .mat-selection-list[dense] .mat-list-option .mat-line { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; } | |
.mat-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2), .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) { | |
font-size: 12px; } | |
.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader, .mat-selection-list[dense] .mat-subheader { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 12px; | |
font-weight: 500; } | |
.mat-option { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 16px; } | |
.mat-optgroup-label { | |
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; } | |
.mat-simple-snackbar { | |
font-family: Roboto, "Helvetica Neue", sans-serif; | |
font-size: 14px; } | |
.mat-simple-snackbar-action { | |
line-height: 1; | |
font-family: inherit; | |
font-size: inherit; | |
font-weight: 500; } | |
.mat-ripple { | |
overflow: hidden; } | |
@media screen and (-ms-high-contrast: active) { | |
.mat-ripple { | |
display: none; } } | |
.mat-ripple.mat-ripple-unbounded { | |
overflow: visible; } | |
.mat-ripple-element { | |
position: absolute; | |
border-radius: 50%; | |
pointer-events: none; | |
-webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1); | |
transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1); | |
transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1); | |
transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1); | |
-webkit-transform: scale(0); | |
transform: scale(0); } | |
.mat-option { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
line-height: 48px; | |
height: 48px; | |
padding: 0 16px; | |
text-align: left; | |
text-decoration: none; | |
position: relative; | |
cursor: pointer; | |
outline: none; } | |
.mat-option[disabled] { | |
cursor: default; } | |
[dir='rtl'] .mat-option { | |
text-align: right; } | |
.mat-option .mat-icon { | |
margin-right: 16px; } | |
[dir='rtl'] .mat-option .mat-icon { | |
margin-left: 16px; | |
margin-right: 0; } | |
.mat-option[aria-disabled='true'] { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
cursor: default; } | |
.mat-optgroup .mat-option:not(.mat-option-multiple) { | |
padding-left: 32px; } | |
[dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) { | |
padding-left: 16px; | |
padding-right: 32px; } | |
.mat-option-ripple { | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
position: absolute; | |
pointer-events: none; } | |
@media screen and (-ms-high-contrast: active) { | |
.mat-option-ripple { | |
opacity: 0.5; } } | |
.mat-option-pseudo-checkbox { | |
margin-right: 8px; } | |
[dir='rtl'] .mat-option-pseudo-checkbox { | |
margin-left: 8px; | |
margin-right: 0; } | |
.mat-optgroup-label { | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
display: block; | |
line-height: 48px; | |
height: 48px; | |
padding: 0 16px; | |
text-align: left; | |
text-decoration: none; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
cursor: default; } | |
.mat-optgroup-label[disabled] { | |
cursor: default; } | |
[dir='rtl'] .mat-optgroup-label { | |
text-align: right; } | |
.mat-optgroup-label .mat-icon { | |
margin-right: 16px; } | |
[dir='rtl'] .mat-optgroup-label .mat-icon { | |
margin-left: 16px; | |
margin-right: 0; } | |
.cdk-visually-hidden { | |
border: 0; | |
clip: rect(0 0 0 0); | |
height: 1px; | |
margin: -1px; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
width: 1px; } | |
.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-global-overlay-wrapper { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
position: absolute; | |
z-index: 1000; } | |
.cdk-overlay-pane { | |
position: absolute; | |
pointer-events: auto; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
z-index: 1000; } | |
.cdk-overlay-backdrop { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
z-index: 1000; | |
pointer-events: auto; | |
-webkit-tap-highlight-color: transparent; | |
-webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1); | |
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1); | |
opacity: 0; } | |
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing { | |
opacity: 0.48; } | |
.cdk-overlay-dark-backdrop { | |
background: rgba(0, 0, 0, 0.6); } | |
.cdk-overlay-transparent-backdrop { | |
background: none; } | |
.cdk-global-scrollblock { | |
position: fixed; | |
width: 100%; | |
overflow-y: scroll; } | |
.mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.1); } | |
.mat-option { | |
color: white; } | |
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-primary .mat-option.mat-selected { | |
color: #00e5ff; } | |
.mat-accent .mat-option.mat-selected { | |
color: #d500f9; } | |
.mat-warn .mat-option.mat-selected { | |
color: #ff3d00; } | |
.mat-option.mat-selected:not(.mat-option-multiple) { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-option.mat-active { | |
background: rgba(255, 255, 255, 0.04); | |
color: white; } | |
.mat-option.mat-option-disabled { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-optgroup-label { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-optgroup-disabled .mat-optgroup-label { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-pseudo-checkbox { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-pseudo-checkbox::after { | |
color: #303030; } | |
.mat-pseudo-checkbox-checked, | |
.mat-pseudo-checkbox-indeterminate, | |
.mat-accent .mat-pseudo-checkbox-checked, | |
.mat-accent .mat-pseudo-checkbox-indeterminate { | |
background: #d500f9; } | |
.mat-primary .mat-pseudo-checkbox-checked, | |
.mat-primary .mat-pseudo-checkbox-indeterminate { | |
background: #00e5ff; } | |
.mat-warn .mat-pseudo-checkbox-checked, | |
.mat-warn .mat-pseudo-checkbox-indeterminate { | |
background: #ff3d00; } | |
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, | |
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled { | |
background: #686868; } | |
.mat-app-background { | |
background-color: #303030; } | |
.mat-theme-loaded-marker { | |
display: none; } | |
.mat-autocomplete-panel { | |
background: #424242; | |
color: white; } | |
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) { | |
background: #424242; | |
color: white; } | |
.mat-button, .mat-icon-button { | |
background: transparent; } | |
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay { | |
background-color: rgba(0, 229, 255, 0.12); } | |
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay { | |
background-color: rgba(213, 0, 249, 0.12); } | |
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay { | |
background-color: rgba(255, 61, 0, 0.12); } | |
.mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay { | |
background-color: transparent; } | |
.mat-button.mat-primary, .mat-icon-button.mat-primary { | |
color: #00e5ff; } | |
.mat-button.mat-accent, .mat-icon-button.mat-accent { | |
color: #d500f9; } | |
.mat-button.mat-warn, .mat-icon-button.mat-warn { | |
color: #ff3d00; } | |
.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-raised-button, .mat-fab, .mat-mini-fab { | |
color: white; | |
background-color: #424242; } | |
.mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary { | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent { | |
color: white; } | |
.mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn { | |
color: white; } | |
.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary { | |
background-color: #00e5ff; } | |
.mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent { | |
background-color: #d500f9; } | |
.mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn { | |
background-color: #ff3d00; } | |
.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element { | |
background-color: rgba(0, 0, 0, 0.2); } | |
.mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.2); } | |
.mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.2); } | |
.mat-button.mat-primary .mat-ripple-element { | |
background-color: rgba(0, 229, 255, 0.1); } | |
.mat-button.mat-accent .mat-ripple-element { | |
background-color: rgba(213, 0, 249, 0.1); } | |
.mat-button.mat-warn .mat-ripple-element { | |
background-color: rgba(255, 61, 0, 0.1); } | |
.mat-icon-button.mat-primary .mat-ripple-element { | |
background-color: rgba(0, 229, 255, 0.2); } | |
.mat-icon-button.mat-accent .mat-ripple-element { | |
background-color: rgba(213, 0, 249, 0.2); } | |
.mat-icon-button.mat-warn .mat-ripple-element { | |
background-color: rgba(255, 61, 0, 0.2); } | |
.mat-button-toggle { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay { | |
background-color: rgba(255, 255, 255, 0.06); } | |
.mat-button-toggle-checked { | |
background-color: #212121; | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-button-toggle-disabled { | |
background-color: black; | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-button-toggle-disabled.mat-button-toggle-checked { | |
background-color: #424242; } | |
.mat-card { | |
background: #424242; | |
color: white; } | |
.mat-card-subtitle { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-checkbox-frame { | |
border-color: rgba(255, 255, 255, 0.7); } | |
.mat-checkbox-checkmark { | |
fill: #303030; } | |
.mat-checkbox-checkmark-path { | |
stroke: #303030 !important; } | |
.mat-checkbox-mixedmark { | |
background-color: #303030; } | |
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background { | |
background-color: #00e5ff; } | |
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background { | |
background-color: #d500f9; } | |
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background { | |
background-color: #ff3d00; } | |
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background { | |
background-color: #686868; } | |
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame { | |
border-color: #686868; } | |
.mat-checkbox-disabled .mat-checkbox-label { | |
color: #686868; } | |
.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element { | |
background-color: rgba(0, 229, 255, 0.26); } | |
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element { | |
background-color: rgba(213, 0, 249, 0.26); } | |
.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element { | |
background-color: rgba(255, 61, 0, 0.26); } | |
.mat-chip:not(.mat-basic-chip) { | |
background-color: #616161; | |
color: white; } | |
.mat-chip:not(.mat-basic-chip) .mat-chip-remove { | |
color: white; | |
opacity: 0.4; } | |
.mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover { | |
opacity: 0.54; } | |
.mat-chip.mat-chip-selected.mat-primary { | |
background-color: #00e5ff; | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove { | |
color: rgba(0, 0, 0, 0.87); | |
opacity: 0.4; } | |
.mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover { | |
opacity: 0.54; } | |
.mat-chip.mat-chip-selected.mat-warn { | |
background-color: #ff3d00; | |
color: white; } | |
.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove { | |
color: white; | |
opacity: 0.4; } | |
.mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover { | |
opacity: 0.54; } | |
.mat-chip.mat-chip-selected.mat-accent { | |
background-color: #d500f9; | |
color: white; } | |
.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove { | |
color: white; | |
opacity: 0.4; } | |
.mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover { | |
opacity: 0.54; } | |
.mat-table { | |
background: #424242; } | |
.mat-row, .mat-header-row { | |
border-bottom-color: rgba(255, 255, 255, 0.12); } | |
.mat-header-cell { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-cell { | |
color: white; } | |
.mat-datepicker-content { | |
background-color: #424242; | |
color: white; } | |
.mat-calendar-arrow { | |
border-top-color: white; } | |
.mat-calendar-next-button, | |
.mat-calendar-previous-button { | |
color: white; } | |
.mat-calendar-table-header { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-calendar-table-header-divider::after { | |
background: rgba(255, 255, 255, 0.12); } | |
.mat-calendar-body-label { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-calendar-body-cell-content { | |
color: white; | |
border-color: transparent; } | |
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) { | |
color: rgba(255, 255, 255, 0.3); } | |
:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected), | |
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.mat-calendar-body-selected { | |
background-color: #00e5ff; | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-calendar-body-disabled > .mat-calendar-body-selected { | |
background-color: rgba(0, 229, 255, 0.4); } | |
.mat-calendar-body-today:not(.mat-calendar-body-selected) { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-calendar-body-today.mat-calendar-body-selected { | |
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87); | |
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87); } | |
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) { | |
border-color: rgba(255, 255, 255, 0.1); } | |
.mat-dialog-container { | |
background: #424242; | |
color: white; } | |
.mat-expansion-panel { | |
background: #424242; | |
color: white; } | |
.mat-action-row { | |
border-top-color: rgba(255, 255, 255, 0.12); } | |
.mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused, .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused, .mat-expansion-panel-header:not([aria-disabled='true']):hover { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-expansion-panel-header-title { | |
color: white; } | |
.mat-expansion-panel-header-description, | |
.mat-expansion-indicator::after { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-expansion-panel-header[aria-disabled='true'] { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title, | |
.mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description { | |
color: inherit; } | |
.mat-form-field { | |
width: 200px; } | |
.mat-form-field-placeholder { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-hint { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-focused .mat-form-field-placeholder { | |
color: #00e5ff; } | |
.mat-focused .mat-form-field-placeholder.mat-accent { | |
color: #d500f9; } | |
.mat-focused .mat-form-field-placeholder.mat-warn { | |
color: #ff3d00; } | |
.mat-form-field-autofill-float:-webkit-autofill + .mat-form-field-placeholder .mat-form-field-required-marker, | |
.mat-focused .mat-form-field-placeholder.mat-form-field-float .mat-form-field-required-marker { | |
color: #d500f9; } | |
.mat-form-field-underline { | |
background-color: rgba(255, 255, 255, 0.7); } | |
.mat-form-field-underline.mat-disabled { | |
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(33%, rgba(255, 255, 255, 0.7)), color-stop(0%, transparent)); | |
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%); | |
background-size: 4px 1px; | |
background-repeat: repeat-x; } | |
.mat-form-field-ripple { | |
background-color: #00e5ff; } | |
.mat-form-field-ripple.mat-accent { | |
background-color: #d500f9; } | |
.mat-form-field-ripple.mat-warn { | |
background-color: #ff3d00; } | |
.mat-form-field-invalid .mat-form-field-placeholder { | |
color: #ff3d00; } | |
.mat-form-field-invalid .mat-form-field-placeholder.mat-accent, | |
.mat-form-field-invalid .mat-form-field-placeholder.mat-form-field-float .mat-form-field-required-marker { | |
color: #ff3d00; } | |
.mat-form-field-invalid .mat-form-field-ripple { | |
background-color: #ff3d00; } | |
.mat-error { | |
color: #ff3d00; } | |
.mat-icon.mat-primary { | |
color: #00e5ff; } | |
.mat-icon.mat-accent { | |
color: #d500f9; } | |
.mat-icon.mat-warn { | |
color: #ff3d00; } | |
.mat-input-element:disabled { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-list .mat-list-item, .mat-nav-list .mat-list-item, .mat-selection-list .mat-list-item { | |
color: white; } | |
.mat-list .mat-list-option, .mat-nav-list .mat-list-option, .mat-selection-list .mat-list-option { | |
color: white; } | |
.mat-list .mat-subheader, .mat-nav-list .mat-subheader, .mat-selection-list .mat-subheader { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-list-item-disabled { | |
background-color: black; } | |
.mat-divider { | |
border-top-color: rgba(255, 255, 255, 0.12); } | |
.mat-nav-list .mat-list-item { | |
outline: none; } | |
.mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-list-option { | |
outline: none; } | |
.mat-list-option:hover, .mat-list-option.mat-list-item-focus { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-menu-panel { | |
background: #424242; } | |
.mat-menu-item { | |
background: transparent; | |
color: white; } | |
.mat-menu-item[disabled] { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-menu-item .mat-icon, | |
.mat-menu-item-submenu-trigger::after { | |
color: white; } | |
.mat-menu-item:hover:not([disabled]), | |
.mat-menu-item:focus:not([disabled]), | |
.mat-menu-item-highlighted:not([disabled]) { | |
background: rgba(255, 255, 255, 0.04); } | |
.mat-paginator { | |
background: #424242; } | |
.mat-paginator, | |
.mat-paginator-page-size .mat-select-trigger { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-paginator-increment, | |
.mat-paginator-decrement { | |
border-top: 2px solid white; | |
border-right: 2px solid white; } | |
.mat-icon-button[disabled] .mat-paginator-increment, | |
.mat-icon-button[disabled] .mat-paginator-decrement { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-progress-bar-background { | |
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23b2ebf2%27%2F%3E%3C%2Fsvg%3E"); } | |
.mat-progress-bar-buffer { | |
background-color: #b2ebf2; } | |
.mat-progress-bar-fill::after { | |
background-color: #00e5ff; } | |
.mat-progress-bar.mat-accent .mat-progress-bar-background { | |
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e1bee7%27%2F%3E%3C%2Fsvg%3E"); } | |
.mat-progress-bar.mat-accent .mat-progress-bar-buffer { | |
background-color: #e1bee7; } | |
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after { | |
background-color: #d500f9; } | |
.mat-progress-bar.mat-warn .mat-progress-bar-background { | |
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffccbc%27%2F%3E%3C%2Fsvg%3E"); } | |
.mat-progress-bar.mat-warn .mat-progress-bar-buffer { | |
background-color: #ffccbc; } | |
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after { | |
background-color: #ff3d00; } | |
.mat-progress-spinner path, .mat-spinner path { | |
stroke: #00e5ff; } | |
.mat-progress-spinner.mat-accent path, .mat-spinner.mat-accent path { | |
stroke: #d500f9; } | |
.mat-progress-spinner.mat-warn path, .mat-spinner.mat-warn path { | |
stroke: #ff3d00; } | |
.mat-radio-outer-circle { | |
border-color: rgba(255, 255, 255, 0.7); } | |
.mat-radio-disabled .mat-radio-outer-circle { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-radio-disabled .mat-radio-label-content { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle { | |
border-color: #00e5ff; } | |
.mat-radio-button.mat-primary .mat-radio-inner-circle { | |
background-color: #00e5ff; } | |
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element { | |
background-color: rgba(0, 229, 255, 0.26); } | |
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { | |
border-color: #d500f9; } | |
.mat-radio-button.mat-accent .mat-radio-inner-circle { | |
background-color: #d500f9; } | |
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element { | |
background-color: rgba(213, 0, 249, 0.26); } | |
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle { | |
border-color: #ff3d00; } | |
.mat-radio-button.mat-warn .mat-radio-inner-circle { | |
background-color: #ff3d00; } | |
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element { | |
background-color: rgba(255, 61, 0, 0.26); } | |
.mat-select-trigger, | |
.mat-select-arrow { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-select-underline { | |
background-color: rgba(255, 255, 255, 0.7); } | |
[aria-disabled='true'] .mat-select-underline { | |
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), color-stop(33%, rgba(255, 255, 255, 0.7)), color-stop(0%, transparent)); | |
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%); | |
background-size: 4px 1px; | |
background-repeat: repeat-x; } | |
.mat-select-disabled .mat-select-value, | |
.mat-select-arrow, | |
.mat-select-trigger { | |
color: rgba(255, 255, 255, 0.7); } | |
.mat-select-content, .mat-select-panel-done-animating { | |
background: #424242; } | |
.mat-select-value { | |
color: white; } | |
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) { | |
background: rgba(255, 255, 255, 0.12); } | |
.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow { | |
color: #00e5ff; } | |
.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline { | |
background-color: #00e5ff; } | |
.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-arrow { | |
color: #d500f9; } | |
.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-underline { | |
background-color: #d500f9; } | |
.mat-select:focus:not(.mat-select-disabled).mat-select-required .mat-select-placeholder::after { | |
color: #ff3d00; } | |
.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-arrow, .mat-select-invalid .mat-select-trigger, .mat-select-invalid .mat-select-arrow { | |
color: #ff3d00; } | |
.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-underline, .mat-select-invalid .mat-select-underline { | |
background-color: #ff3d00; } | |
.mat-drawer-container { | |
background-color: #303030; | |
color: white; } | |
.mat-drawer { | |
background-color: #424242; | |
color: white; } | |
.mat-drawer.mat-drawer-push { | |
background-color: #424242; } | |
.mat-drawer-backdrop.mat-drawer-shown { | |
background-color: rgba(189, 189, 189, 0.6); } | |
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb { | |
background-color: #ce93d8; } | |
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar { | |
background-color: rgba(206, 147, 216, 0.5); } | |
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-slide-toggle .mat-ripple-element { | |
background-color: rgba(206, 147, 216, 0.12); } | |
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb { | |
background-color: #80deea; } | |
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar { | |
background-color: rgba(128, 222, 234, 0.5); } | |
.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-slide-toggle.mat-primary .mat-ripple-element { | |
background-color: rgba(128, 222, 234, 0.12); } | |
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb { | |
background-color: #ffab91; } | |
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar { | |
background-color: rgba(255, 171, 145, 0.5); } | |
.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-slide-toggle.mat-warn .mat-ripple-element { | |
background-color: rgba(255, 171, 145, 0.12); } | |
.mat-disabled .mat-slide-toggle-thumb { | |
background-color: #424242; } | |
.mat-disabled .mat-slide-toggle-bar { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-slide-toggle-thumb { | |
background-color: #bdbdbd; } | |
.mat-slide-toggle-bar { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-track-background { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-primary .mat-slider-track-fill, | |
.mat-primary .mat-slider-thumb, | |
.mat-primary .mat-slider-thumb-label { | |
background-color: #00e5ff; } | |
.mat-primary .mat-slider-thumb-label-text { | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-accent .mat-slider-track-fill, | |
.mat-accent .mat-slider-thumb, | |
.mat-accent .mat-slider-thumb-label { | |
background-color: #d500f9; } | |
.mat-accent .mat-slider-thumb-label-text { | |
color: white; } | |
.mat-warn .mat-slider-track-fill, | |
.mat-warn .mat-slider-thumb, | |
.mat-warn .mat-slider-thumb-label { | |
background-color: #ff3d00; } | |
.mat-warn .mat-slider-thumb-label-text { | |
color: white; } | |
.mat-slider-focus-ring { | |
background-color: rgba(213, 0, 249, 0.2); } | |
.mat-slider:hover .mat-slider-track-background, | |
.cdk-focused .mat-slider-track-background { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-disabled .mat-slider-track-background, | |
.mat-slider-disabled .mat-slider-track-fill, | |
.mat-slider-disabled .mat-slider-thumb { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-disabled:hover .mat-slider-track-background { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-min-value .mat-slider-focus-ring { | |
background-color: rgba(255, 255, 255, 0.12); } | |
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, | |
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label { | |
background-color: white; } | |
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, | |
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label { | |
background-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb { | |
border-color: rgba(255, 255, 255, 0.3); | |
background-color: transparent; } | |
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-slider-has-ticks .mat-slider-wrapper::after { | |
border-color: rgba(255, 255, 255, 0.7); } | |
.mat-slider-horizontal .mat-slider-ticks { | |
background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent); | |
background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent); } | |
.mat-slider-vertical .mat-slider-ticks { | |
background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent); } | |
.mat-tab-nav-bar, | |
.mat-tab-header { | |
border-bottom: 1px solid rgba(255, 255, 255, 0.12); } | |
.mat-tab-group-inverted-header .mat-tab-nav-bar, | |
.mat-tab-group-inverted-header .mat-tab-header { | |
border-top: 1px solid rgba(255, 255, 255, 0.12); | |
border-bottom: none; } | |
.mat-tab-label, .mat-tab-link { | |
color: white; } | |
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-tab-header-pagination-chevron { | |
border-color: white; } | |
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron { | |
border-color: rgba(255, 255, 255, 0.3); } | |
.mat-tab-group[class*='mat-background-'] .mat-tab-header, | |
.mat-tab-nav-bar[class*='mat-background-'] { | |
border-bottom: none; | |
border-top: none; } | |
.mat-tab-group.mat-primary .mat-tab-label:focus, .mat-tab-group.mat-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-primary .mat-tab-link:focus { | |
background-color: rgba(178, 235, 242, 0.3); } | |
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar { | |
background-color: #00e5ff; } | |
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar { | |
background-color: rgba(0, 0, 0, 0.87); } | |
.mat-tab-group.mat-accent .mat-tab-label:focus, .mat-tab-group.mat-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-accent .mat-tab-link:focus { | |
background-color: rgba(225, 190, 231, 0.3); } | |
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar { | |
background-color: #d500f9; } | |
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar { | |
background-color: white; } | |
.mat-tab-group.mat-warn .mat-tab-label:focus, .mat-tab-group.mat-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-warn .mat-tab-link:focus { | |
background-color: rgba(255, 204, 188, 0.3); } | |
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar { | |
background-color: #ff3d00; } | |
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar { | |
background-color: white; } | |
.mat-tab-group.mat-background-primary .mat-tab-label:focus, .mat-tab-group.mat-background-primary .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-primary .mat-tab-link:focus { | |
background-color: rgba(178, 235, 242, 0.3); } | |
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links { | |
background-color: #00e5ff; } | |
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link { | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled { | |
color: rgba(0, 0, 0, 0.4); } | |
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron { | |
border-color: rgba(0, 0, 0, 0.87); } | |
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron { | |
border-color: rgba(0, 0, 0, 0.4); } | |
.mat-tab-group.mat-background-accent .mat-tab-label:focus, .mat-tab-group.mat-background-accent .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-accent .mat-tab-link:focus { | |
background-color: rgba(225, 190, 231, 0.3); } | |
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links { | |
background-color: #d500f9; } | |
.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link { | |
color: white; } | |
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled { | |
color: rgba(255, 255, 255, 0.4); } | |
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron { | |
border-color: white; } | |
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron { | |
border-color: rgba(255, 255, 255, 0.4); } | |
.mat-tab-group.mat-background-warn .mat-tab-label:focus, .mat-tab-group.mat-background-warn .mat-tab-link:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-label:focus, .mat-tab-nav-bar.mat-background-warn .mat-tab-link:focus { | |
background-color: rgba(255, 204, 188, 0.3); } | |
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links { | |
background-color: #ff3d00; } | |
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link { | |
color: white; } | |
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled { | |
color: rgba(255, 255, 255, 0.4); } | |
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron { | |
border-color: white; } | |
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron { | |
border-color: rgba(255, 255, 255, 0.4); } | |
.mat-toolbar { | |
background: #212121; | |
color: white; } | |
.mat-toolbar.mat-primary { | |
background: #00e5ff; | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-toolbar.mat-accent { | |
background: #d500f9; | |
color: white; } | |
.mat-toolbar.mat-warn { | |
background: #ff3d00; | |
color: white; } | |
.mat-tooltip { | |
background: rgba(97, 97, 97, 0.9); } | |
.mat-snack-bar-container { | |
background: #fafafa; | |
color: rgba(0, 0, 0, 0.87); } | |
.mat-simple-snackbar-action { | |
color: inherit; } | |
md-list-item md-icon, | |
.mat-list-item-content md-icon { | |
color: white; } | |
md-list-item md-icon[mdListAvatar], | |
.mat-list-item-content md-icon[mdListAvatar] { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.mat-list-text p { | |
color: rgba(255, 255, 255, 0.3); } | |
.mat-drawer-container { | |
background-color: black; } | |
[md-icon-button].td-layout-menu-button { | |
margin-left: 0px; } | |
/deep/ [dir='rtl'] [md-icon-button].td-layout-menu-button { | |
margin-right: 0px; | |
margin-left: 6px; } | |
td-layout-nav md-toolbar, | |
td-layout-nav-list md-toolbar, | |
td-layout-manage-list md-toolbar, | |
td-layout-card-over md-toolbar, | |
td-navigation-drawer md-toolbar, | |
td-layout md-toolbar { | |
-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
z-index: 1; } | |
.mat-drawer-side.td-layout-sidenav { | |
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } | |
.td-layout-footer { | |
background: #212121; | |
color: white; | |
-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } | |
.td-layout-footer.mat-primary { | |
background: #00e5ff; } | |
.td-layout-footer.mat-primary, .td-layout-footer.mat-primary md-icon { | |
color: rgba(0, 0, 0, 0.87); } | |
.td-layout-footer.mat-accent { | |
background: #d500f9; } | |
.td-layout-footer.mat-accent, .td-layout-footer.mat-accent md-icon { | |
color: white; } | |
.td-layout-footer.mat-warn { | |
background: #ff3d00; } | |
.td-layout-footer.mat-warn, .td-layout-footer.mat-warn md-icon { | |
color: white; } | |
td-steps .td-steps-header { | |
-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); } | |
td-steps .td-step-content, | |
td-steps .td-step-summary, | |
td-steps .td-step-actions { | |
margin: 16px; } | |
td-steps .td-horizontal-line { | |
border-bottom-color: rgba(255, 255, 255, 0.12); } | |
td-steps .td-vertical-line { | |
border-left-color: rgba(255, 255, 255, 0.12); } | |
td-steps .td-step-header:focus:not(.mat-disabled), td-steps .td-step-header:hover:not(.mat-disabled) { | |
background: rgba(255, 255, 255, 0.04); } | |
td-steps .td-step-header .td-step-label-wrapper .md-caption { | |
color: rgba(255, 255, 255, 0.7); } | |
td-steps .td-step-header .td-step-label-wrapper.mat-inactive, td-steps .td-step-header .td-step-label-wrapper.mat-inactive * { | |
color: rgba(255, 255, 255, 0.3); } | |
td-steps .td-step-header .td-step-label-wrapper.mat-warn, td-steps .td-step-header .td-step-label-wrapper.mat-warn * { | |
color: #ff3d00; } | |
td-steps .td-step-header .mat-complete { | |
color: #d500f9; } | |
td-steps .td-circle { | |
color: #424242; } | |
td-steps .td-circle.mat-active { | |
background-color: #d500f9; } | |
td-steps .td-circle.mat-inactive { | |
background-color: rgba(255, 255, 255, 0.3); } | |
td-steps .td-circle md-icon { | |
fill: white; } | |
td-steps .td-triangle { | |
color: #ff3d00; } | |
td-steps .td-edit-icon { | |
color: white; } | |
.td-expansion-panel-group .td-expansion-panel { | |
-webkit-transition: 120ms ease-in; | |
transition: 120ms ease-in; } | |
.td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded { | |
margin-bottom: 16px; } | |
.td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded { | |
margin-top: 16px; } | |
.td-expansion-panel { | |
-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
background-color: #424242; } | |
.td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) { | |
background: rgba(255, 255, 255, 0.04); } | |
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content md-icon.td-expand-icon { | |
color: white; } | |
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * { | |
color: rgba(255, 255, 255, 0.3); } | |
.td-expansion-panel md-icon.td-expand-icon { | |
color: white; } | |
.td-expansion-panel .td-expansion-label, .td-expansion-panel .td-expansion-label *, | |
.td-expansion-panel .td-expansion-sublabel, | |
.td-expansion-panel .td-expansion-sublabel * { | |
vertical-align: middle; } | |
.td-expansion-panel .td-expansion-sublabel { | |
color: rgba(255, 255, 255, 0.7); } | |
td-chips .mat-basic-chip { | |
background: black; | |
color: white; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled) md-icon:hover { | |
color: white; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary { | |
background: #00e5ff; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary md-icon { | |
color: rgba(0, 0, 0, 0.87); } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent { | |
background: #d500f9; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent md-icon { | |
color: white; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn { | |
background: #ff3d00; } | |
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn, td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn md-icon { | |
color: white; } | |
td-chips .mat-basic-chip md-icon.td-chip-removal { | |
color: rgba(255, 255, 255, 0.3); } | |
td-chips .mat-basic-chip md-icon.td-chip-removal:hover { | |
color: white; } | |
td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple { | |
background-color: #00e5ff; } | |
td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple { | |
background-color: #d500f9; } | |
td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple { | |
background-color: #ff3d00; } | |
td-file-upload .td-file-upload-cancel md-icon { | |
background-color: #303030; } | |
td-file-input { | |
/** | |
* Class that is added ondragenter by the [TdFileDrop] directive. | |
*/ } | |
td-file-input .drop-zone { | |
-webkit-transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); | |
transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); | |
transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); | |
transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); | |
-webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } | |
.td-json-formatter-wrapper .td-key.td-key-node:focus, .td-json-formatter-wrapper .td-key.td-key-node:hover { | |
background-color: rgba(255, 255, 255, 0.04); } | |
.td-json-formatter-wrapper .key { | |
color: #00e5ff; } | |
.td-json-formatter-wrapper .value .string { | |
color: #ff3d00; } | |
.td-json-formatter-wrapper .value .number { | |
color: #d500f9; } | |
.td-json-formatter-wrapper .value .boolean { | |
color: #d500f9; } | |
.td-json-formatter-wrapper .value .null, | |
.td-json-formatter-wrapper .value .undefined { | |
color: rgba(255, 255, 255, 0.3); } | |
.td-json-formatter-wrapper .value .function { | |
color: #00e5ff; } | |
.td-json-formatter-wrapper .value .date { | |
color: white; } | |
td-paging-bar, td-paging-bar md-select .mat-select-value { | |
color: rgba(255, 255, 255, 0.7); } | |
.td-loading-wrapper.td-overlay .td-loading { | |
background: rgba(66, 66, 66, 0.8); } | |
table[td-data-table] .td-data-table-row { | |
border-bottom-color: rgba(255, 255, 255, 0.12); } | |
table[td-data-table] .mat-checkbox-cell, | |
table[td-data-table] .mat-checkbox-column { | |
color: rgba(255, 255, 255, 0.7); } | |
table[td-data-table] .mat-checkbox-cell md-pseudo-checkbox.mat-pseudo-checkbox-checked, | |
table[td-data-table] .mat-checkbox-column md-pseudo-checkbox.mat-pseudo-checkbox-checked { | |
background-color: #d500f9; } | |
table[td-data-table] .td-data-table-cell { | |
font-size: 14px; | |
font-weight: 400; | |
letter-spacing: 0.010em; | |
line-height: 20px; } | |
table[td-data-table] .td-data-table-cell md-form-field .mat-form-field-underline { | |
display: none; } | |
table[td-data-table] .td-data-table-column { | |
font-size: 12px; | |
color: rgba(255, 255, 255, 0.7); } | |
table[td-data-table] .td-data-table-column * { | |
vertical-align: middle; } | |
table[td-data-table] .td-data-table-column md-icon.td-data-table-sort-icon { | |
color: rgba(255, 255, 255, 0.3); } | |
table[td-data-table] .td-data-table-column.mat-active, | |
table[td-data-table] .td-data-table-column.mat-active md-icon { | |
color: white; } | |
table[td-data-table].mat-selectable tbody > tr.td-data-table-row:not([disabled]):not(.td-selected):focus { | |
background-color: rgba(255, 255, 255, 0.04); } | |
table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected { | |
background-color: rgba(213, 0, 249, 0.12); } | |
table[td-data-table].mat-clickable tbody > tr.td-data-table-row:not([disabled]):hover { | |
background-color: rgba(255, 255, 255, 0.04); } | |
table[td-data-table].mat-clickable tbody > tr.td-data-table-row:not([disabled]):active { | |
background-color: rgba(213, 0, 249, 0.12); } | |
.mat-selected-title { | |
background-color: rgba(213, 0, 249, 0.12); | |
color: #d500f9; } | |
.td-notification-count { | |
-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); | |
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); } | |
.td-notification-count.mat-warn { | |
background-color: #ff3d00; | |
color: white; } | |
.td-notification-count.mat-primary { | |
background-color: #00e5ff; | |
color: rgba(0, 0, 0, 0.87); } | |
.td-notification-count.mat-accent { | |
background-color: #d500f9; | |
color: white; } | |
.td-message.mat-primary { | |
color: #00e5ff; | |
background-color: rgba(0, 229, 255, 0.15); } | |
.td-message.mat-accent { | |
color: #d500f9; | |
background-color: rgba(213, 0, 249, 0.15); } | |
.td-message.mat-warn { | |
color: #ff3d00; | |
background-color: rgba(255, 61, 0, 0.15); } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment