Skip to content

Commit 03beac6

Browse files
committed
added css back in
1 parent 97abe94 commit 03beac6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/SortableComponent.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
body {
2+
font-family: 'Avenir Next', 'Avenir', 'sans-serif';
3+
}
4+
5+
.selected {
6+
/* font-weight: bold; */
7+
background: #ddd;
8+
}
9+
10+
11+
.sortable-part1 {
12+
box-shadow: rgba(50, 50, 93, 0.07) 2px 3px 4px 1px;
13+
}
14+
15+
.sortable-part1.selected {
16+
box-shadow: rgba(50, 50, 93, 0.15) 3px 7px 10px 4px;
17+
}

0 commit comments

Comments
 (0)