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