/* Copy/Paste styles */ .tnpc-row-mbtnp-copy, .tnpc-row-mbtnp-paste { height: 30px; width: 30px; top: 0px; background-color: rgba(255,255,255,0.5); z-index: 5; position: absolute; color: rgba(102,102,102,1); transition: all 0.2s; opacity: 0; text-align: center; font-size: 18px; cursor: pointer; &:hover { background-color: #e0e0e0; cursor: pointer; color: rgba(0, 0, 0, 1); img { transform: scale(0.8); } } } .tnpc-row-mbtnp-copy { right: 120px; } .tnpc-row-mbtnp-paste { right: 90px; } .tnpc-row:hover .tnpc-row-mbtnp-copy, .tnpc-row:hover .tnpc-row-mbtnp-paste { opacity: 1; }