mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Sendmail: Abstract away to allow more types of recipients (#2994)
Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user