mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Add style to clip
class
This commit is contained in:
@ -108,6 +108,16 @@ pre code {
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.btn.clip {
|
||||||
|
float: right;
|
||||||
|
height: 2em;
|
||||||
|
margin: 0.25vw 0 0 0.25vw;
|
||||||
|
background-image: url("../images/clippy.svg");
|
||||||
|
background-size: 60%;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: #E8F5F2;
|
background-color: #E8F5F2;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
Reference in New Issue
Block a user