|
9 | 9 |
|
10 | 10 | .docs-component-viewer-tabbed-content,
|
11 | 11 | .docs-guide-content {
|
12 |
| - h1 { |
| 12 | + h1 { |
13 | 13 | color: mat-color($primary, 800);
|
14 | 14 | background: rgba(mat-color($foreground, text), .03);
|
| 15 | + } |
15 | 16 |
|
16 |
| - h3, h2, h4, h5, p, ol, li{ |
17 |
| - color: mat-color($foreground, text); |
18 |
| - } |
| 17 | + h3, h2, h4, h5, p, ol, li{ |
| 18 | + color: mat-color($foreground, text); |
| 19 | + } |
19 | 20 |
|
20 |
| - a { |
21 |
| - color: mat-color($primary); |
22 |
| - } |
| 21 | + a { |
| 22 | + color: mat-color($primary); |
| 23 | + } |
23 | 24 |
|
24 |
| - table { |
25 |
| - box-shadow: 0 2px 2px rgba(0,0,0,0.24), 0 0 2px rgba(0,0,0,0.12); |
26 |
| - } |
| 25 | + table { |
| 26 | + box-shadow: 0 2px 2px rgba(0,0,0,0.24), 0 0 2px rgba(0,0,0,0.12); |
| 27 | + } |
27 | 28 |
|
28 |
| - table tbody th{ |
29 |
| - border: 1px solid rgba(mat-color($foreground, text), .03); |
30 |
| - } |
| 29 | + table tbody th{ |
| 30 | + border: 1px solid rgba(mat-color($foreground, text), .03); |
| 31 | + } |
31 | 32 |
|
32 |
| - td { |
33 |
| - color: mat-color($foreground, text); |
34 |
| - border: 1px solid rgba(mat-color($foreground, secondary-text), .03); |
35 |
| - } |
| 33 | + td { |
| 34 | + color: mat-color($foreground, text); |
| 35 | + border: 1px solid rgba(mat-color($foreground, secondary-text), .03); |
| 36 | + } |
36 | 37 |
|
37 |
| - th { |
38 |
| - color: mat-color($foreground, text); |
39 |
| - background: rgba(mat-color($foreground, secondary-text), .03); |
40 |
| - } |
| 38 | + th { |
| 39 | + color: mat-color($foreground, text); |
| 40 | + background: rgba(mat-color($foreground, secondary-text), .03); |
| 41 | + } |
41 | 42 |
|
42 |
| - .docs-api-method-name-cell { |
43 |
| - color: md-color($primary, 800); |
44 |
| - } |
| 43 | + .docs-api-method-name-cell { |
| 44 | + color: md-color($primary, 800); |
| 45 | + } |
45 | 46 | }
|
46 | 47 | }
|
0 commit comments