ADDED Code of Version 2.0.0 of the Advanced Composer Blocks for Newsletter Plugin

This commit is contained in:
Daniel Reintanz 2025-10-01 11:43:20 +02:00
commit 028d595144
28 changed files with 2187 additions and 0 deletions

28
styles.css Normal file
View file

@ -0,0 +1,28 @@
.tnpb-actions {
text-align: center !important;
padding: 0.5rem 1rem !important;
}
.tnpc-row-edit-block:hover img {
transform: scale(0.8);
}
.tnpc-row-clone:hover img {
transform: scale(0.8);
}
.tnpc-row-delete:hover img {
filter: brightness(100);
transform: scale(0.8);
}
/* ----- Custom styles ----- */
.mbtnp-section-title {
clear: both;
margin: 0;
font-size: 15px;
font-weight: 500 !important;
padding-top: 17px;
padding-bottom: 5px;
color: #666 !important;
}