Start Vue Pro sets custom opacity classes in src/assets/sass/core/components/helpers/_opacity.scss and through a SASS variable
$opacity-values defined in src/assets/sass/core/components/_variables.scss to provide additional opacity utility classes to cover its own design system.
Opacity
Use the .opacity-{ 0, 5, 10, 15 ,20, 25, 50, 75, 100 } class to set an element's opacity style.
Use .opacity-active-{ 0, 5, 10, 15 ,20, 25, 50, 75, 100 } to set an element's opacity on active states. Click on the demo below to trigger the active state.
Use .opacity-state-{ 0, 5, 10, 15 ,20, 25, 50, 75, 100 } to set an element's opacity on both active and hover states. Click on the demo below to trigger the active state.