file.css in Drupal 8
Same filename in this branch
- 8 core/themes/classy/css/components/file.css
- 8 core/themes/claro/css/components/file.css
- 8 core/themes/claro/css/classy/components/file.css
- 8 core/themes/seven/css/classy/components/file.css
- 8 core/themes/bartik/css/classy/components/file.css
- 8 core/profiles/demo_umami/themes/umami/css/classy/components/file.css
Same filename and directory in other branches
Extends styles of the file link.
File
core/themes/claro/css/components/file.cssView source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/2815083
- * @preserve
- */
-
- /**
- * @file
- * Extends styles of the file link.
- */
-
- .file {
- min-height: 1.0625rem;
- padding-left: 1.5rem; /* LTR */
- background-position: left 0.0625rem;
- background-size: 1rem 1rem;
- font-size: 0.889rem;
- line-height: 1.125rem;
- }
-
- [dir="rtl"] .file {
- padding-right: 1.5rem;
- }
-
- .file__size {
- color: #545560;
- }