mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Track if invoices have been sent via email (#2231)
This commit is contained in:
@@ -203,6 +203,19 @@ svg.svg-icon {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.fa-background {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.fa-stack-small {
|
||||
width: 1.6em;
|
||||
height: 1em;
|
||||
line-height: 1em;
|
||||
}
|
||||
.fa-stack-shifted {
|
||||
left: 0.5em;
|
||||
}
|
||||
|
||||
@include table-row-variant('success', lighten($brand-success, 40%));
|
||||
@include table-row-variant('info', lighten($brand-info, 30%));
|
||||
@include table-row-variant('warning', lighten($brand-warning, 40%));
|
||||
|
||||
Reference in New Issue
Block a user