forum.pcss.css
Same filename and directory in other branches
Forum specific styles.
File
-
core/
themes/ olivero/ css/ components/ forum.pcss.css
View source
- /**
- * @file
- * Forum specific styles.
- */
-
- @import "../base/media-queries.pcss.css";
-
- .forum {
- & table {
- width: 100%;
- }
- }
-
- .forum__name--link,
- .forum__last-reply a,
- .forum__title a {
- color: var(--color-text-primary-medium);
- font-weight: bold;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.