• Resolved hcmendez

    (@hcmendez)


    I need to style the checkbox and apply the same styles as the Username and Password fields.

    These are the styles I would like to apply to that checkbox:

    
    Regular state
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    transition: all ease-in-out .3s;
    
    Hover state
    border-color: #EF8B22;
    box-shadow: 0px 0px 6px 0px rgb(239 139 4 / 30%);
    
    Checked state
    border-color: #EF8B22;
    

    Thanks

    • This topic was modified 3 years, 1 month ago by hcmendez.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Style the remember me checkbox’ is closed to new replies.