HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/vue-toast-notification/src/themes/sugar/icons.scss
.v-toast {
  &__item {
    opacity: 1;
    min-height: 4em;

    .v-toast__text {
      padding: 1.5em 1em;
    }

    .v-toast__icon {
      display: block;
      width: 27px;
      min-width: 27px;
      height: 27px;
      margin-left: 1em;
      background: url(#{$toast-icons-path}/info.svg) no-repeat;

      [dir="rtl"] & {
        margin-left: unset;
        margin-right: 1em;
      }
    }

    &.v-toast__item--success .v-toast__icon {
      background: url(#{$toast-icons-path}/success.svg) no-repeat;
    }

    &.v-toast__item--error .v-toast__icon {
      background: url(#{$toast-icons-path}/error.svg) no-repeat;
    }

    &.v-toast__item--warning .v-toast__icon {
      background: url(#{$toast-icons-path}/warning.svg) no-repeat;
    }
  }
}