Last change
on this file since dae4cde was 8e74e2f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Fix bugs, add some more.
|
-
Property mode
set to
100644
|
File size:
500 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 | padding: 8px 24px 0;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .mat-form-field {
|
---|
21 | font-size: 14px;
|
---|
22 | width: 100%;
|
---|
23 | }
|
---|
24 |
|
---|
25 | table {
|
---|
26 | width: 100%;
|
---|
27 | }
|
---|
28 |
|
---|
29 | h2 {
|
---|
30 | padding: 1em 0;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .btns {
|
---|
34 | display: flex;
|
---|
35 | flex-direction: row;
|
---|
36 | justify-content: flex-start;
|
---|
37 | }
|
---|
38 |
|
---|
39 | .btns button {
|
---|
40 | margin: 0.5em 0.5em 0.5em 0;
|
---|
41 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.