From c268f4fdcac9f4edec2503638ac6fdd98de467a9 Mon Sep 17 00:00:00 2001 From: sthag Date: Thu, 19 Jun 2025 16:43:32 +0200 Subject: [PATCH] feat: New bound class io This is a change of paradigm! - Add io class bound to header element --- elements/_sections.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/elements/_sections.scss b/elements/_sections.scss index 542a5dd..0b8edd8 100644 --- a/elements/_sections.scss +++ b/elements/_sections.scss @@ -180,6 +180,31 @@ header {} } } +header.io { + z-index: map.get($z-indexes, "content-top"); + padding: $space_basic; + + h1 { + margin: 0; + } + + input { + @extend .input_io; + } + + textarea { + @extend .io_textarea; + } + + select { + @extend .io_select; + } + + button { + @extend .button_io; + } +} + // Footer // ----------------------------------------------------------------------------- footer {} \ No newline at end of file