diff --git a/css/index-tailwind-output.css b/css/index-tailwind-output.css index 4dd901a293..3d0bf8ee21 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 cbba97a37c..54cbd4d225 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;