From f757371f6d5d74aba336d7e3bf00f5b8c2028972 Mon Sep 17 00:00:00 2001 From: Thomas Mathai Date: Wed, 4 Jun 2025 16:43:22 +0530 Subject: [PATCH] Removed the unwanted container and wrapper classes --- src/styles/layout/_common.scss | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/src/styles/layout/_common.scss b/src/styles/layout/_common.scss index 4fdbd47df..af0bb7f5f 100644 --- a/src/styles/layout/_common.scss +++ b/src/styles/layout/_common.scss @@ -1,33 +1,3 @@ -.neeto-ui-wrapper { - display: flex; - flex-direction: row; - justify-content: flex-start; - align-items: flex-start; -} - -.neeto-ui-container { - display: flex; - flex-direction: column; - justify-content: flex-start; - align-items: flex-start; - flex-grow: 1; - height: 100vh; - height: 100dvh; - overflow-y: auto; - padding: 0 24px; -} - -.neeto-ui-container--header-fixed{ - padding: 0; - - & > .neeto-ui-header, - & > .neeto-ui-subheader, - & > .neeto-ui-scrollable{ - padding-left: 24px; - padding-right: 24px; - } -} - .neeto-ui-subheader [data-tippy-root]{ z-index: 10000 !important; }