File size: 255 Bytes
be99f83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.edgeButton {
  width: 14px;
  height: 14px;
  background: #eee;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.edgeButton:hover {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
}