styles: design update
This commit is contained in:
parent
f3eda25d02
commit
23e46d2c74
@ -1,6 +1,7 @@
|
|||||||
.loginPage {
|
.loginPage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
background: var(--bg_white);
|
||||||
.images {
|
.images {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
.responsive_table {
|
.responsive_table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: rem(400);
|
max-height: calc(100vh - rem(280));
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid var(--clr_table_border);
|
border: 1px solid var(--clr_table_border);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user