From 3623c8216b4c024f9051a2d3974c80fdc3770da0 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Tue, 30 Jan 2024 22:02:31 +0100 Subject: [PATCH] Add alignement to all elements with icons --- src/scss/components/_icons.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/components/_icons.scss b/src/scss/components/_icons.scss index 20dac9f..0a2f968 100644 --- a/src/scss/components/_icons.scss +++ b/src/scss/components/_icons.scss @@ -3,6 +3,11 @@ @use "./icons/internet"; @use "./icons/mail"; +[class*=" icon-"], +[class^="icon-"] { + vertical-align: top; +} + [class*=" icon-"]:before, [class*=" icon-"]:after, [class^="icon-"]:before,