HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/farmfun.komma.pro/resources/sass/kms/attributes/_sendPasswordMail.sass
.entity-attribute-send-password-mail-button
  position: relative

  .password_mail
    .mail_button
      display: inline-block
      color: #666666
      background-color: #e9e9e9
      border: 1px solid #dcdcdc

      height: 40px
      border-radius: 4px
      appearance: none
      cursor: pointer

      padding: 5px 24px
      text-decoration: none
      margin-left: 45px
      margin-top: 10px
      font-size: 0.7rem
      transition: background-color 0.2s
      &:hover
        background-color: #e0e0e0
      &:active
        position: relative
        top: 1px
      &.hidden
        display: none

    .mail_confirmation
      color: #479c38
      font-size: 0.7rem
      margin-left: 45px
      &.hidden
        display: none
    .mail_fail
      color: #bf2614
      font-size: 0.7rem
      margin-left: 45px
      &.hidden
        display: none
    &.hidden
      display: none