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

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

There is a newer version: 15.0.0
Show newest version
body {
  .ui-steps {
    .ui-steps-item {
      &:not(.ui-state-highlight) {
        opacity: 1;
      }

      .ui-menuitem-link {
        .ui-steps-number {
          background-color: #9e9d9e;
          color: #ffffff;
          font-size: 0.857rem;
          width: 1.714rem;
          height: 1.714rem;
          line-height: 1.714rem;
        }
      }

      &.ui-state-highlight {
        .ui-steps-number {
          background-color: $primaryColor;
          color: $primaryTextColor;
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy