Compare commits
No commits in common. "45f4c353c08c955107c8ca32f5bedda688399bb1" and "1250a2c2d007c62873c02b7c4b2aeee0b0587195" have entirely different histories.
45f4c353c0
...
1250a2c2d0
|
@ -99,26 +99,3 @@ div.loading span:nth-child(3){
|
||||||
transform: scale(0.4) translate(1px);
|
transform: scale(0.4) translate(1px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.y2t-output div.top span {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
section#output {
|
|
||||||
max-width: 70vw;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
section#output div.y2t-output {
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.y2t-output {
|
|
||||||
color: linear-gradient(0deg, rgba(35,45,55,1) 0%, rgba(35,45,55,0.47100847174807425) 29%, rgba(35,45,55,0) 100%);
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Vue.component('copbox',{
|
Vue.component('copbox',{
|
||||||
template : `
|
template : `
|
||||||
<div class="y2t-output">
|
<div class="y2t-output">
|
||||||
<div class="top" v-on:click="copyToClipboard">
|
<div class="top">
|
||||||
<span class="copylabel">Copy to clipboard</span><span class="byl-icon-copy"></span>
|
<span class="dumb-space"></span><span class="byl-icon-copy" v-on:click="copyToClipboard">Copy to clipboard</span>
|
||||||
</div>
|
</div>
|
||||||
<div ref="textToCopy">
|
<div ref="textToCopy">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
|
Loading…
Reference in New Issue