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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user