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

themes.primefaces-material-dark-common.extensions._slider.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
    .ui-slider {
        .ui-slider-handle {
            transition: transform $transitionDuration, box-shadow $transitionDuration;
            transform: scale(.7);

            &.ui-state-focus {
                box-shadow: 0 0 1px 10px rgba($accentColor, .2);
            }

            &.ui-state-active {
                transform: scale(1);
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy