Skip to content

Commit 67ccfe7

Browse files
fix(bulk-loan-reassignment): align form layout and adjust card width for consistency (#2732)
1 parent 8624c14 commit 67ccfe7

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed
Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
.container {
2+
display: flex;
3+
justify-content: center;
4+
padding: 16px 12px;
5+
}
6+
7+
.container > mat-card {
8+
width: 100%;
9+
max-width: 560px;
10+
margin: 0 auto;
11+
border-radius: 4px;
12+
padding: 16px 20px;
13+
box-shadow:
14+
0 1px 3px rgb(16 24 40 / 10%),
15+
0 1px 2px rgb(16 24 40 / 6%);
16+
}
17+
18+
mat-form-field {
19+
width: 100%;
20+
}
21+
22+
.flex-48 {
23+
flex: 1 1 100%;
24+
min-width: 100%;
25+
}
26+
127
table {
2-
border: none;
28+
width: 100%;
329
}

0 commit comments

Comments
 (0)