mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
OAuth authorize dialog: Show which user you are logged in as
This commit is contained in:
@@ -56,5 +56,17 @@ footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.impersonate-warning {
|
||||
background-color: #ffe761;
|
||||
background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
|
||||
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
|
||||
background-image: linear-gradient(135deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
|
||||
padding: 15px;
|
||||
max-width: 330px;
|
||||
box-shadow: 0 7px 14px 0 rgba(78, 50, 92, 0.1),0 3px 6px 0 rgba(0,0,0,.07);
|
||||
margin: 15px auto;
|
||||
border-radius: $border-radius-base;
|
||||
}
|
||||
|
||||
@import "../../pretixbase/scss/_rtl.scss";
|
||||
@import "../../bootstrap/scss/_rtl.scss";
|
||||
|
||||
Reference in New Issue
Block a user