All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.palexdev.mfxresources.themes.material.components.commons._surface.scss Maven / Gradle / Ivy

There is a newer version: 11.26.0
Show newest version
@use "../../tokens/theme" as Theme;

/****************************************************************************************************
 * Common to all components with a MaterialSurface
 ****************************************************************************************************/
.surface {
  -mfx-hover-opacity: Theme.GetStateLayer('hover');
  -mfx-focus-opacity: Theme.GetStateLayer('focus');
  -mfx-press-opacity: Theme.GetStateLayer('press');
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy