Remove obsolete CSS for the dashboard clipboard

This code isn't used since we removed the copy link feature in commit
5bbf325c1.
This commit is contained in:
Javi Martín
2022-10-11 18:30:27 +02:00
parent 72f9aeb313
commit 5a654d2984

View File

@@ -441,26 +441,6 @@
position: relative;
text-align: center;
.clipboard {
border: 1px solid $brand;
border-radius: rem-calc(20);
cursor: pointer;
display: inline-block;
margin-bottom: $line-height;
padding: $line-height / 4 $line-height / 2;
padding-left: rem-calc(30);
position: relative;
text-decoration: none;
&::before {
color: $brand;
content: "\6d";
font-family: "icons";
left: 6px;
position: absolute;
}
}
.button {
font-weight: bold;
}