Display a small pretix logo next to changes performed by superusers

This commit is contained in:
Raphael Michel
2017-02-23 20:36:19 +01:00
parent a2cb219d9b
commit 8e4b71eb19
5 changed files with 51 additions and 0 deletions

View File

@@ -196,3 +196,15 @@ body.loading #wrapper {
font-size: 200px;
color: $brand-primary;
}
.user-admin-icon {
width: 16px;
height: 16px;
margin-top: -2px;
}
.meta .user-admin-icon {
width: 12px;
height: 12px;
margin-top: -2px;
}