From 7530c8dd86b4f4dd8e0f340ac6b939c4f29728c0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 18 Mar 2021 18:38:56 +0100 Subject: Add icons for program duration and piece list --- stylesheets/programmes.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index 914149b..1db2550 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -59,6 +59,23 @@ details.program[open] > summary > img.button.close { right: 0; } +.info { + display: grid; + grid-template-columns: 2em 1fr; +} +.info.duration::before { + content: "🕑"; +} +.info.pieces::before { + content: "🎼"; +} +.info::before { + grid-column: 1; +} +.info > * { + grid-column: 2; +} + details.program > *:nth-child(3) { color: var(--gold); font-weight: 600; -- cgit v1.2.3