Last change
on this file since de18858 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:
383 bytes
|
Line | |
---|
1 | a.navbar-brand img {
|
---|
2 | width: 200px;
|
---|
3 | }
|
---|
4 | .wrapper {
|
---|
5 | display: flex;
|
---|
6 | flex-direction: column;
|
---|
7 | max-height: 500px;
|
---|
8 | min-width: 300px;
|
---|
9 | }
|
---|
10 |
|
---|
11 | .mat-table {
|
---|
12 | overflow: auto;
|
---|
13 | max-height: 500px;
|
---|
14 | }
|
---|
15 |
|
---|
16 | .header {
|
---|
17 | min-height: 64px;
|
---|
18 | padding: 8px 24px 0;
|
---|
19 | }
|
---|
20 |
|
---|
21 | .mat-form-field {
|
---|
22 | font-size: 14px;
|
---|
23 | width: 100%;
|
---|
24 | }
|
---|
25 |
|
---|
26 | table {
|
---|
27 | width: 100%;
|
---|
28 | }
|
---|
29 |
|
---|
30 | h2 {
|
---|
31 | padding: 1em 0;
|
---|
32 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.