Skip to content
Snippets Groups Projects
Select Git revision
  • 776015c5cb4beaced150e09661afcf2b2b92afc9
  • master default protected
  • 1.31
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
23 results

password.pcss

Blame
  • password.pcss 329 B
    @import "../../style/display.pcss";
    @import "../../style/control.pcss";
    @import "../../style/border.pcss";
    @import "../../style/typography.pcss";
    
    
    input:focus-visible,
    input {
        outline: none;
        color: var(--monster-color-primary-1);
        background-color: var(--monster-bg-color-primary-1);
    }
    
    svg {
        cursor: pointer;
    }