From 6a9b9af59e0e279e3fc6eb46a043f9a4eae578fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 10 Jul 2023 16:26:44 +0200 Subject: New Sass variable to change vertical rule width --- scss/helpers/_vr.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/helpers') diff --git a/scss/helpers/_vr.scss b/scss/helpers/_vr.scss index 9bca09953..b6f9d42cb 100644 --- a/scss/helpers/_vr.scss +++ b/scss/helpers/_vr.scss @@ -1,7 +1,7 @@ .vr { display: inline-block; align-self: stretch; - width: 1px; + width: $vr-border-width; min-height: 1em; background-color: currentcolor; opacity: $hr-opacity; -- cgit v1.2.3