material-components-vue
Version:
Material Design components for Vue.js
1 lines • 4.18 kB
CSS
:root{--mdc-theme-primary:#6200ee;--mdc-theme-secondary:#018786;--mdc-theme-background:#fff;--mdc-theme-surface:#fff;--mdc-theme-error:#b00020;--mdc-theme-on-primary:#fff;--mdc-theme-on-secondary:#fff;--mdc-theme-on-surface:#000;--mdc-theme-on-error:#fff;--mdc-theme-text-primary-on-background:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:hsla(0,0%,100%,0.7);--mdc-theme-text-hint-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-disabled-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-icon-on-dark:hsla(0,0%,100%,0.5)}.mdc-theme--primary{color:#6200ee ;color:var(--mdc-theme-primary,#6200ee) }.mdc-theme--secondary{color:#018786 ;color:var(--mdc-theme-secondary,#018786) }.mdc-theme--background{background-color:#fff;background-color:var(--mdc-theme-background,#fff)}.mdc-theme--surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-theme--error{color:#b00020 ;color:var(--mdc-theme-error,#b00020) }.mdc-theme--on-primary{color:#fff ;color:var(--mdc-theme-on-primary,#fff) }.mdc-theme--on-secondary{color:#fff ;color:var(--mdc-theme-on-secondary,#fff) }.mdc-theme--on-surface{color:#000 ;color:var(--mdc-theme-on-surface,#000) }.mdc-theme--on-error{color:#fff ;color:var(--mdc-theme-on-error,#fff) }.mdc-theme--text-primary-on-background{color:rgba(0,0,0,.87) ;color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87)) }.mdc-theme--text-secondary-on-background{color:rgba(0,0,0,.54) ;color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54)) }.mdc-theme--text-hint-on-background{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38)) }.mdc-theme--text-disabled-on-background{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38)) }.mdc-theme--text-icon-on-background{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38)) }.mdc-theme--text-primary-on-light{color:rgba(0,0,0,.87) ;color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87)) }.mdc-theme--text-secondary-on-light{color:rgba(0,0,0,.54) ;color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54)) }.mdc-theme--text-hint-on-light{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38)) }.mdc-theme--text-disabled-on-light{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38)) }.mdc-theme--text-icon-on-light{color:rgba(0,0,0,.38) ;color:var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38)) }.mdc-theme--text-primary-on-dark{color:#fff ;color:var(--mdc-theme-text-primary-on-dark,#fff) }.mdc-theme--text-secondary-on-dark{color:hsla(0,0%,100%,.7) ;color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7)) }.mdc-theme--text-hint-on-dark{color:hsla(0,0%,100%,.5) ;color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5)) }.mdc-theme--text-disabled-on-dark{color:hsla(0,0%,100%,.5) ;color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5)) }.mdc-theme--text-icon-on-dark{color:hsla(0,0%,100%,.5) ;color:var(--mdc-theme-text-icon-on-dark,hsla(0,0%,100%,.5)) }.mdc-theme--primary-bg{background-color:#6200ee ;background-color:var(--mdc-theme-primary,#6200ee) }.mdc-theme--secondary-bg{background-color:#018786 ;background-color:var(--mdc-theme-secondary,#018786) }