Skip to content

Commit a5cc81d

Browse files
Removed the unwanted container and wrapper classes (#2494)
1 parent 99beb74 commit a5cc81d

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

src/styles/layout/_common.scss

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
.neeto-ui-wrapper {
2-
display: flex;
3-
flex-direction: row;
4-
justify-content: flex-start;
5-
align-items: flex-start;
6-
}
7-
8-
.neeto-ui-container {
9-
display: flex;
10-
flex-direction: column;
11-
justify-content: flex-start;
12-
align-items: flex-start;
13-
flex-grow: 1;
14-
height: 100vh;
15-
height: 100dvh;
16-
overflow-y: auto;
17-
padding: 0 24px;
18-
}
19-
20-
.neeto-ui-container--header-fixed{
21-
padding: 0;
22-
23-
& > .neeto-ui-header,
24-
& > .neeto-ui-subheader,
25-
& > .neeto-ui-scrollable{
26-
padding-left: 24px;
27-
padding-right: 24px;
28-
}
29-
}
30-
311
.neeto-ui-subheader [data-tippy-root]{
322
z-index: 10000 !important;
333
}

0 commit comments

Comments
 (0)