@require '../pages/Layout.styl';

.Form {

}

.ListItems {
  height: 30vh;
  overflow-y: auto;
}

.Stone {
  padding: 8px;
  background: #eee;
  box-shadow: 0 0 2px -1px #999;
  margin: 0 0 4px;
}

.Type {
  padding: 8px;
  background: #eee;
  box-shadow: 0 0 2px -1px #999;
  margin: 0 0 4px;
}

.Close {
  float: right;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;

  transition: opacity .5s;
  opacity: .5;

  &:hover {
    opacity: 1;
  }
}
