ADDED Code of Version 2.0.0 of the Advanced Composer Blocks for Newsletter Plugin
This commit is contained in:
commit
028d595144
28 changed files with 2187 additions and 0 deletions
39
css/mbtnp-blocks-copy-paste-block.css
Normal file
39
css/mbtnp-blocks-copy-paste-block.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/* Copy/Paste styles */
|
||||
.tnpc-row-mbtnp-copy,
|
||||
.tnpc-row-mbtnp-paste {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
top: 0px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
z-index: 5;
|
||||
position: absolute;
|
||||
color: rgba(102,102,102,1);
|
||||
transition: all 0.2s;
|
||||
opacity: 0;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: #e0e0e0;
|
||||
cursor: pointer;
|
||||
color: rgba(0, 0, 0, 1);
|
||||
|
||||
img {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tnpc-row-mbtnp-copy {
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
.tnpc-row-mbtnp-paste {
|
||||
right: 90px;
|
||||
}
|
||||
|
||||
.tnpc-row:hover .tnpc-row-mbtnp-copy,
|
||||
.tnpc-row:hover .tnpc-row-mbtnp-paste {
|
||||
opacity: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue