made the copy to clip less visible and added a left margin

This commit is contained in:
Liviu 2019-05-31 20:30:57 +00:00
parent 0e4cf90b3f
commit 7d952fb9ab

View file

@ -107,6 +107,12 @@ input + .action-link, .action-link.first{
.clipboard-action {
cursor: pointer;
color: @grey4;
margin-left: 5px;
&:hover {
color: @grey2;
}
}
ul.simple-list{