From 0cb6960f0c65c0d791ccdee2f5bc2e2b910cfb76 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:16:42 +0000 Subject: Uses SCSS partials (#64) --- scss/base/_dl.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scss/base/_dl.scss (limited to 'scss/base/_dl.scss') diff --git a/scss/base/_dl.scss b/scss/base/_dl.scss new file mode 100644 index 0000000..95cc836 --- /dev/null +++ b/scss/base/_dl.scss @@ -0,0 +1,5 @@ +dt { + font-weight: 700; + text-decoration: underline; + margin-top: 1rem; +} \ No newline at end of file -- cgit v1.2.3