Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 966b9c9

Browse files
rangle-fatimajelbourn
authored andcommitted
indent change
1 parent a70a339 commit 966b9c9

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

src/styles/_typography-theme.scss

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,39 @@
99

1010
.docs-component-viewer-tabbed-content,
1111
.docs-guide-content {
12-
h1 {
12+
h1 {
1313
color: mat-color($primary, 800);
1414
background: rgba(mat-color($foreground, text), .03);
15+
}
1516

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+
}
1920

20-
a {
21-
color: mat-color($primary);
22-
}
21+
a {
22+
color: mat-color($primary);
23+
}
2324

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+
}
2728

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+
}
3132

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+
}
3637

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+
}
4142

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+
}
4546
}
4647
}

0 commit comments

Comments
 (0)