This website works better with JavaScript.
Home
Explore
Help
Sign In
Amit
/
mui-demo-project
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
styles: design update
master
Amit Roy
6 months ago
parent
f3eda25d02
commit
23e46d2c74
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/(auth)/log-in/loginPage.module.scss
+1
-1
src/components/table/TanStackTable.module.scss
+ 1
- 0
src/app/(auth)/log-in/loginPage.module.scss
View File
@ -1,6 +1,7 @@
.
loginPage
{
width
:
100
%
;
height
:
100vh
;
background
:
var
(
--bg_white
)
;
.
images
{
width
:
100
%
;
max-width
:
500px
;
+ 1
- 1
src/components/table/TanStackTable.module.scss
View File
@ -11,7 +11,7 @@
}
.
responsive_table
{
width
:
100
%
;
max-height
:
rem
(
400
)
;
max-height
:
calc
(
100vh
-
rem
(
280
)
)
;
overflow
:
auto
;
border
:
1px
solid
var
(
--clr_table_border
)
;
Write
Preview
Loading…
Cancel
Save