source:
Farmatiko/ClientApp/src/app/home/home.component.css@
f554983
Last change on this file since f554983 was 28d7d35, checked in by , 4 years ago | |
---|---|
|
|
File size: 546 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | .wrapper { |
[46c298d] | 2 | display: flex; |
[ef1219a] | 3 | flex-direction: column; |
4 | min-width: 300px; | |
[ec6ac45] | 5 | } |
6 | ||
[ef1219a] | 7 | .mat-table { |
8 | overflow: auto; | |
9 | max-height: 500px; | |
10 | } | |
11 | ||
12 | .header { | |
13 | padding: 8px 24px 0; | |
14 | } | |
15 | ||
16 | .mat-form-field { | |
17 | font-size: 14px; | |
18 | width: 100%; | |
[ec6ac45] | 19 | } |
20 | ||
21 | table { | |
[ef1219a] | 22 | width: 100%; |
[46c298d] | 23 | } |
[ef1219a] | 24 | |
25 | h2 { | |
26 | padding: 1em 0; | |
[28d7d35] | 27 | } |
28 | .tableRow:hover { | |
29 | background-color: #D4F2CD; | |
30 | transform: scale(1.0005); | |
31 | } | |
32 | ||
33 | h2 button { | |
34 | float: right; | |
35 | padding: 0 5em; | |
36 | } | |
37 | ||
38 | #map { | |
39 | height: 100%; | |
40 | } | |
41 | ||
42 | .map-frame { | |
43 | border: 2px solid black; | |
44 | height: 100%; | |
45 | } | |
46 | ||
47 | .map-wrapper { | |
48 | margin: 0 3em 3em 3em; | |
49 | min-height: 400px; | |
[ef1219a] | 50 | } |
Note:
See TracBrowser
for help on using the repository browser.