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/bootstrap-vue/src/components/form-file/_form-file.scss
// Adds in sizes for custom-file

// Prevent file names from overflowing the file input
// These styles can be removed when the related Bootstrap bug gets fixed:
// https://github.com/twbs/bootstrap/issues/31577
.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg,
.input-group-lg {
  &.custom-file,
  .custom-file-input,
  .custom-file-label {
    font-size: $b-custom-file-font-size-lg;
    height: $b-custom-file-height-lg;
  }

  .custom-file-label,
  .custom-file-label:after {
    padding: $b-custom-file-padding-y-lg $b-custom-file-padding-x-lg;
    line-height: $b-custom-file-line-height-lg;
  }

  .custom-file-label {
    @include border-radius($b-custom-file-border-radius-lg);

    &::after {
      font-size: inherit;
      height: $b-custom-file-height-inner-lg;
      @include border-radius(0 $b-custom-file-border-radius-lg $b-custom-file-border-radius-lg 0);
    }
  }
}

.b-custom-control-sm,
.input-group-sm {
  &.custom-file,
  .custom-file-input,
  .custom-file-label {
    font-size: $b-custom-file-font-size-sm;
    height: $b-custom-file-height-sm;
  }

  .custom-file-label,
  .custom-file-label:after {
    padding: $b-custom-file-padding-y-sm $b-custom-file-padding-x-sm;
    line-height: $b-custom-file-line-height-sm;
  }

  .custom-file-label {
    @include border-radius($b-custom-file-border-radius-sm);

    &::after {
      font-size: inherit;
      height: $b-custom-file-height-inner-sm;
      @include border-radius(0 $b-custom-file-border-radius-sm $b-custom-file-border-radius-sm 0);
    }
  }
}