Skip to content

Commit 1ab9776

Browse files
author
Micah Torres
committed
LUL
2 parents 51ae3ac + 57b9856 commit 1ab9776

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apps/dashboard/src/app/items/items-list/items-list.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ mat-list-item:not(:first-of-type) {
55
.symbol {
66
color: #777;
77
}
8+
9+
.price {
10+
float: right;
11+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
mat-list-item:not(:first-of-type) {
22
border-top: 1px solid #efefef;
33
}
4+
5+
.price {
6+
float: right;
7+
}

0 commit comments

Comments
 (0)