Sendmail: Abstract away to allow more types of recipients (#2994)

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2023-01-10 12:03:50 +01:00
committed by GitHub
parent d07948613a
commit 9b1d7cc522
17 changed files with 780 additions and 284 deletions

View File

@@ -792,6 +792,27 @@ tbody th {
background: $table-bg-hover;
}
.large-link-group {
a.list-group-item {
&::before {
font-family: FontAwesome;
font-size: 30px;
content: $fa-var-chevron-right;
float: right;
color: $link-color;
}
h4 {
color: $link-color;
}
&:hover &::before {
color: $link-hover-color;
}
&:hover h4 {
color: $link-hover-color;
}
}
}
.withoutjs {
display: none !important;