1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

Adding clipboardjs

This commit is contained in:
Henrik Hautakoski 2019-11-18 15:54:53 +01:00
parent 0eab4729be
commit 5eedc321e4
2 changed files with 54 additions and 1 deletions

View file

@ -31,3 +31,18 @@ figure {
margin-top: 2em;
}
}
.btn {
&:hover {
cursor: pointer;
color: $brand-color;
}
}
.btn-copy-code {
float: right;
.far, .fas {
color: $text-gray !important;
}
}