Start conversion of the user admin/view
This commit is contained in:
parent
bcd8a48159
commit
f67eeee8c8
20 changed files with 804 additions and 14 deletions
3
static/css/directives/ui/authorized-apps-manager.css
Normal file
3
static/css/directives/ui/authorized-apps-manager.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.authorized-apps-manager .avatar {
|
||||
margin-right: 4px;
|
||||
}
|
3
static/css/directives/ui/external-login-button.css
Normal file
3
static/css/directives/ui/external-login-button.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.external-login-button i.fa {
|
||||
margin-right: 4px;
|
||||
}
|
11
static/css/directives/ui/external-logins-manager.css
Normal file
11
static/css/directives/ui/external-logins-manager.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.external-logins-manager .empty {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.external-logins-manager .external-auth-provider td:first-child {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.external-logins-manager .external-auth-provider td:first-child i.fa {
|
||||
margin-right: 6px;
|
||||
}
|
Reference in a new issue