file.pcss.css
Same filename in other branches
Extends styles of the file link.
File
-
core/
themes/ claro/ css/ components/ file.pcss.css
View source
- /**
- * @file
- * Extends styles of the file link.
- */
-
- @import "../base/variables.pcss.css";
-
- .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);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.