source:
Farmatiko/ClientApp/src/app/dashboard/dashboard.component.css@
ac51326
Last change on this file since ac51326 was 8e74e2f, checked in by , 4 years ago | |
---|---|
|
|
File size: 500 bytes |
Rev | Line | |
---|---|---|
[785b8bd] | 1 | a.navbar-brand img { |
2 | width: 200px; | |
3 | } | |
4 | .wrapper { | |
5 | display: flex; | |
[ef1219a] | 6 | flex-direction: column; |
7 | max-height: 500px; | |
8 | min-width: 300px; | |
[785b8bd] | 9 | } |
10 | ||
[ef1219a] | 11 | .mat-table { |
12 | overflow: auto; | |
13 | max-height: 500px; | |
[785b8bd] | 14 | } |
15 | ||
[ef1219a] | 16 | .header { |
17 | padding: 8px 24px 0; | |
18 | } | |
19 | ||
20 | .mat-form-field { | |
21 | font-size: 14px; | |
22 | width: 100%; | |
23 | } | |
24 | ||
[785b8bd] | 25 | table { |
[ef1219a] | 26 | width: 100%; |
27 | } | |
28 | ||
29 | h2 { | |
30 | padding: 1em 0; | |
[8e74e2f] | 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; | |
[785b8bd] | 41 | } |
Note:
See TracBrowser
for help on using the repository browser.