file.css 466 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Extends styles of the file link.
  10. */
  11. .file {
  12. min-height: 1.0625rem;
  13. padding-left: 1.5rem; /* LTR */
  14. background-position: left 0.0625rem;
  15. background-size: 1rem 1rem;
  16. font-size: 0.889rem;
  17. line-height: 1.125rem;
  18. }
  19. [dir="rtl"] .file {
  20. padding-right: 1.5rem;
  21. }
  22. .file__size {
  23. color: #545560;
  24. }