king
2019-11-13 8b9effb98612ee8a00d76d639a5733d12e9ecce6
1
2
3
4
5
6
7
8
9
.common-source-item {
  display: block;
  // border: 1px dashed gray;
  box-shadow: 0px 0px 2px #bcbcbc;
  padding: 0.5rem 1rem;
  background-color: white;
  margin: 0 10px 10px;
  cursor: move;
}