E-mail content: insert placeholder into text on click

This commit is contained in:
Richard Schreiber
2023-09-14 10:32:22 +02:00
committed by GitHub
parent 66ae5d1af2
commit af3100a354
9 changed files with 85 additions and 58 deletions

View File

@@ -2,6 +2,16 @@
color: $text-muted;
}
.content-placeholder {
padding-left: 2px;
padding-right: 2px;
background: $gray-lighter;
border: 0;
border-radius: $border-radius-base;
margin-bottom: 4px;
margin-right: 6px;
}
td > .form-group {
margin-bottom: 0;
}