/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * @file * Extends styles of the file link. */ .file { min-height: calc(var(--space-m) + 0.0625rem); padding-left: var(--space-l); /* LTR */ background-position: left 0.0625rem; background-size: var(--space-m) var(--space-m); font-size: var(--font-size-s); line-height: calc(18rem / 16); } [dir="rtl"] .file { padding-right: var(--space-l); } .file__size { color: var(--color-gray-800); }