From f79730ac0f1ca893564d5092013dc23c78f6a695 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 10 Jul 2022 17:48:42 +0200 Subject: [PATCH] Styling tweaks --- css/index-tailwind-output.css | 20 +++++++++++++++++++- index.css | 15 +++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css index 4dd901a29..3d0bf8ee2 100644 --- a/css/index-tailwind-output.css +++ b/css/index-tailwind-output.css @@ -1290,6 +1290,10 @@ video { flex-wrap: wrap-reverse; } +.content-start { + align-content: flex-start; +} + .items-end { align-items: flex-end; } @@ -2465,7 +2469,21 @@ input { .mapping-icon-small-height { /* A mapping icon type */ - height: 1.5rem; + height: 2rem; + margin-right: 0.5rem; + width: unset; +} + +.mapping-icon-medium-height { + /* A mapping icon type */ + height: 3rem; + margin-right: 0.5rem; + width: unset; +} + +.mapping-icon-large-height { + /* A mapping icon type */ + height: 5rem; margin-right: 0.5rem; width: unset; } diff --git a/index.css b/index.css index cbba97a37..54cbd4d22 100644 --- a/index.css +++ b/index.css @@ -627,6 +627,21 @@ input { width: unset; } +.mapping-icon-medium-height { + /* A mapping icon type */ + height: 3rem; + margin-right: 0.5rem; + width: unset; +} + +.mapping-icon-large-height { + /* A mapping icon type */ + height: 5rem; + margin-right: 0.5rem; + width: unset; +} + + .mapping-icon-small { /* A mapping icon type */ width: 1.5rem;