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:
parent
a9b77991b8
commit
77bea282c6
@ -108,6 +108,16 @@ pre code {
|
||||
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 {
|
||||
background-color: #E8F5F2;
|
||||
border-radius: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user