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

Commit f84ed72

Browse files
committed
Minor style cleanups
1 parent 73c2509 commit f84ed72

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/app/pages/component-list/component-list.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,3 @@
66
[alt]="component.name">
77
{{component.name}}
88
</a>
9-
10-
11-
12-
13-
<!--<doc-viewer documentUrl="/assets/documents/README.html"></doc-viewer>-->

src/app/pages/component-list/component-list.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
display: inline-flex;
33
flex-direction: column;
44
align-items: center;
5-
65
margin: 16px;
7-
86
}
97

108
.docs-component-list-item-icon {

src/app/pages/component-viewer/component-viewer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
}
55

66
border-right: 1px solid black;
7-
87
width: 300px;
98
}
109

0 commit comments

Comments
 (0)