Last change
on this file since ad60966 was ef1219a, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Handled REST API calls, searchbars and paginators implemented, overall frontend improvment
|
-
Property mode
set to
100644
|
File size:
342 bytes
|
Line | |
---|
1 | .wrapper {
|
---|
2 | display: flex;
|
---|
3 | flex-direction: column;
|
---|
4 | max-height: 500px;
|
---|
5 | min-width: 300px;
|
---|
6 | }
|
---|
7 |
|
---|
8 | .mat-table {
|
---|
9 | overflow: auto;
|
---|
10 | max-height: 500px;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .header {
|
---|
14 | min-height: 64px;
|
---|
15 | padding: 8px 24px 0;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .mat-form-field {
|
---|
19 | font-size: 14px;
|
---|
20 | width: 100%;
|
---|
21 | }
|
---|
22 |
|
---|
23 | table {
|
---|
24 | width: 100%;
|
---|
25 | }
|
---|
26 |
|
---|
27 | h2 {
|
---|
28 | padding: 1em 0;
|
---|
29 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.