Drop unused user mail templates system

This commit is contained in:
djmaze 2021-09-17 10:32:58 +02:00
parent fd28e65ed6
commit 134deb8d73
37 changed files with 0 additions and 797 deletions

View file

@ -1,21 +0,0 @@
.b-settings-templates {
td + td {
width: 150px;
}
td + td + td {
width: 1%;
}
.template-name {
display: inline-block;
line-height: 22px;
word-break: break-all;
}
.delete-template {
cursor: pointer;
opacity: 0.5;
}
}

View file

@ -1,10 +0,0 @@
.b-template-add-content {
&.modal {
max-width: 750px;
}
.e-template-place {
height: 300px;
}
}