13 lines
211 B
CSS
13 lines
211 B
CSS
.ug-copy-btn {
|
|
background-color: #e76486;
|
|
border-radius: 10px;
|
|
bottom: 0;
|
|
color: #292929;
|
|
cursor: pointer;
|
|
font-size: large;
|
|
font-weight: bold;
|
|
padding: 10px;
|
|
position: absolute;
|
|
right: 0;
|
|
}
|