From 658a89ca66a19f132c91ea043bbca4bf51f0546d Mon Sep 17 00:00:00 2001 From: bbag Date: Sat, 2 Mar 2024 00:39:08 -0500 Subject: [PATCH] Added small icon variant --- src/styles/global.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 6ea481b..f2e2b0e 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -26,6 +26,12 @@ h2 { width: 1.5rem; } +.line-icon--sm { + height: 1rem; + stroke-width: 2; + width: 1rem; +} + video { border-radius: 0.5rem;