mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
Adding clipboardjs
This commit is contained in:
parent
0eab4729be
commit
5eedc321e4
2 changed files with 54 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue