forked from CGM_Public/pretix_original
E-mail content: insert placeholder into text on click
This commit is contained in:
committed by
GitHub
parent
66ae5d1af2
commit
af3100a354
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user