Skip to content

Commit

Permalink
feat/tup-630: Migrate django.cms.blog.app.item to core-cms (#734)
Browse files Browse the repository at this point in the history
* migrated article time css into blog.app.item

* fix: custom selector syntax

---------

Co-authored-by: Wesley Bomar <wbomar@tacc.utexas.edu>
Co-authored-by: Wesley B <62723358+wesleyboar@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 580348b commit 6657b96
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ Styleguide Components.DjangoCMS.Blog.App.Item

/* Content */

/* <time> as a header tag may not be relevant as of Oct. 17, 23 */
:--article-item time:not(:is(h1, h2, h3, h4, h5, h6) *) {
color: var(--global-color-accent--secondary);
font-weight: var(--medium);
text-transform: uppercase;
}

:--article-item .blog-lead {
@extend %x-truncate--many-lines;
--lines: 4;
Expand Down

0 comments on commit 6657b96

Please sign in to comment.