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

theme-base.components.input._password.scss Maven / Gradle / Ivy

There is a newer version: 15.0.0
Show newest version
body {
  .ui-password {
    .ui-password-icon {
      cursor: pointer;
    }

    &.ui-password-masked {
      .ui-password-icon {
        @include icon-override ("\e966");
      }
    }

    &.ui-password-unmasked {
      .ui-password-icon {
        @include icon-override ("\e965");
      }
    }
  }

  .ui-password-panel {
    background: $inputContentPanelBg;
    color: $inputContentPanelTextColor;
    padding: $inputContentPanelPadding;
    border: $inputOverlayBorder;
    margin: 0;
    width: auto;
    min-width: 150px;
    box-shadow: $inputOverlayShadow;
    border-radius: $borderRadius;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy