blob: 493a5f6705f072c30bfa1b134aac9063b7ec8525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.collectionStaffView {
.collectionStaffView-staff {
width: 100%;
margin-top: 100px;
margin-bottom: 100px;
}
.collectionStaffView-line {
margin: 10px;
height: 2px;
background: black;
}
}
|