source: Farmatiko/ClientApp/src/app/counter/counter.component.css@ 28d7d35

Last change on this file since 28d7d35 was 28d7d35, checked in by Mile Jankuloski <mile.jankuloski@…>, 3 years ago

Maps, geolocation api, dialogs & more

  • Property mode set to 100644
File size: 590 bytes
Line 
1.wrapper {
2 display: flex;
3 flex-direction: column;
4 min-width: 300px;
5}
6
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%;
19}
20
21table {
22 width: 100%;
23}
24
25h2 {
26 padding: 1em 0;
27}
28.tableRow:hover {
29 background-color: #D4F2CD;
30 transform: scale(1.0005);
31}
32
33h2 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;
50}
Note: See TracBrowser for help on using the repository browser.