Chocobozzz/PeerTube

View on GitHub
client/src/app/+my-account/my-account-import-export/my-account-import.component.scss

Summary

Maintainability
Test Coverage
@use '_variables' as *;
@use '_mixins' as *;

.button-file {
  @include peertube-button-file(max-content);
  @include orange-button;
}

my-alert {
  display: block;
  width: fit-content;
}