Skip to content
Snippets Groups Projects
Commit 8c6c08f0 authored by alexisben's avatar alexisben
Browse files

refacto

parent 6914a11f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
@include grid($block-posts-grid-columns, desktop)
article
@include author-and-time-side-to-side
[itemprop=headline]
> [itemprop=headline]
a
@include stretched-link
text-decoration: none
......
.program
@include article
h2, h3, .program-title
@include h3
a
@include stretched-link
display: block
text-decoration: none
@include article-title
div.programs,
section.programs
......
.project
@include article(auto)
.project-title
@include h3
a
@include stretched-link
display: block
text-decoration: none
@include article-title
.projects__section,
.projects_categories__term
......
.volume
@include article
.volume-title
@include h3
a
@include stretched-link
display: block
text-decoration: none
@include article-title
.suptitle
@include meta
......
@mixin visually-hidden
clip: rect(0,0,0,0) !important
border: 0 !important
......@@ -53,6 +52,13 @@
color: var(--color-text-alt)
display: block
@mixin article-title
@include h3
a
@include stretched-link
display: block
text-decoration: none
@mixin list-section
@include list-reset
> li
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment