refactor: replace internal UnitOfWork with NotificationUnitOfWork and NotificationBaseRepository #6
@@ -235,14 +235,26 @@ body {
|
||||
}
|
||||
|
||||
.template-preview-variables {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: .75rem;
|
||||
max-width: 420px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
||||
gap: .75rem 1rem;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.template-preview-variables > div {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.template-preview-variables .form-label {
|
||||
font-size: .72rem;
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.template-preview-variables .form-control-sm {
|
||||
background: #fff;
|
||||
min-height: calc(1.5em + .45rem + 2px);
|
||||
padding: .2rem .45rem;
|
||||
font-size: .82rem;
|
||||
}
|
||||
|
||||
.template-preview-subject {
|
||||
|
||||
Reference in New Issue
Block a user