@pmwcs/button
Version:
PMWCS button component
13 lines (12 loc) • 363 B
CSS
.mdc-theme--standard {
color: inherit ;
}
.mdc-theme--on-standard {
color: var(--mdc-theme-on-standard, rgba(0, 0, 0, 0.87)) ;
}
.mdc-theme--standard-bg {
background-color: var(--mdc-theme-bg-standard, rgba(224, 224, 224, 0.87)) ;
}
.mdc-button.mdc-button--activated .mdc-button__ripple::before {
opacity: 0.24 ;
}