File size: 172 Bytes
8f7821c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.CopyButtonContainer {
  button:before {
    content: 'Copied';
    font-size: 12px;
    position: absolute;
    left: -53px;
    padding: 2px 6px;
    height: 30px;
  }
}