33 height : calc (-322px + 100dvh );
44 border : 1px solid # d1d5db ;
55}
6+
67.fileTableWithExpansion {
78 width : calc (-400px + 100dvw ) !important ;
89 height : calc (-322px + 100dvh );
910 border : 1px solid # d1d5db ;
1011}
11- .fileTableWithBothDrawers {
12+
13+ .fileTableWithBothDrawers {
1214 width : calc (-650px + 100dvw ) !important ;
1315 height : calc (-322px + 100dvh );
1416 border : 1px solid # d1d5db ;
1719.fileTableWithExpansion .ndl-div-table {
1820 width : max-content !important ;
1921}
22+
2023.filetable .ndl-div-table {
2124 width : 100% !important ;
2225}
26+
2327.contentWithExpansion {
2428 width : calc (-360px + 100dvw );
2529 height : calc (100dvh - 60px );
3034 gap : 5px ;
3135 position : relative;
3236}
33- .contentWithBothDrawers {
37+
38+ .contentWithBothDrawers {
3439 width : calc (-721px + 100dvw );
3540 height : calc (100dvh - 60px );
3641 padding : 3 ;
4045 gap : 5px ;
4146 position : relative;
4247}
43- .contentWithChatBot {
48+
49+ .contentWithChatBot {
4450 width : calc (-385px + 100dvw );
4551 height : calc (100dvh - 60px );
4652 padding : 3 ;
5056 gap : 5px ;
5157 position : relative;
5258}
59+
5360.contentWithNoExpansion {
5461 width : calc (100% - 64px );
5562 height : calc (100dvh - 60px );
7077 outline-color : # d1d5db ;
7178}
7279
73- .s3Container > button > div {
80+ .s3Container > button > div {
7481 display : flex;
7582 flex-direction : column;
7683 align-items : center;
8491.ndl-data-grid-root .ndl-data-grid-navigation {
8592 padding-block : 5px !important ;
8693}
94+
8795.ndl-drawer .ndl-drawer-close-button {
88- background-color : rgb (var (--theme-palette-neutral-bg-strong ));
89- width : 40 px !important ;
90- height : 40 px !important ;
91- right : 10 px !important ;
96+ background-color : rgb (var (--theme-palette-neutral-bg-strong ));
97+ width : 36 px !important ;
98+ height : 36 px !important ;
99+ right : 5 px !important ;
92100}
101+
93102.custombutton {
94103 display : flex;
95104 align-items : center;
98107 flex-direction : column;
99108 padding-block : 10px ;
100109}
110+
101111.brandimg {
102112 width : 70px ;
103113 height : 70px ;
104114 object-fit : contain;
105115}
116+
106117::placeholder {
107118 color : rgb (135 , 130 , 130 ) !important ;
108119}
120+
109121.textellipsis {
110122 overflow : hidden;
111123 text-overflow : ellipsis;
112124 white-space : nowrap;
113- }
125+ }
0 commit comments