HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/id/public/stylesheets/override.scss
.input-field.col label {
  left: auto;
  right: 0.75rem;
}

.input-field{
  &>input {
    padding-right: 0.75rem !important;
  }

  &>label{
    transform-origin: 100% 100%;

    &:not(.label-icon).active {
      transform-origin: 100% 0;
    }
  }
}

.preloader-wrapper {
  direction: ltr;

  &.very-small {
    width: 20px;
    height: 20px;
  }
  
  .spinner-white,
  .spinner-white-only {
    border-color: white;
  }
}

button.progressed {
  position: relative;

  i {
    position: absolute;
    top: 0;
    right: 8;
    width: 36px;
    height: 36px;
    pointer-events: none;
    transition: opacity .2s;
  }

  .spinner {
    position: absolute;
    top: 8px;
    right: 8;
    width: 36px;
    height: 36px;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
  }

  .text {
    padding-right: 30px;
    vertical-align: 8px;
  }

  &.spinning {
    i {
      opacity: 0;
    }

    .spinner {
      opacity: 1;
    }
  }
}