mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Touch up auth external account ui
Summary: Fixes T8886 Test Plan: Check auth settings at different breakpoints. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8886 Differential Revision: https://secure.phabricator.com/D13650
This commit is contained in:
parent
f53128cab4
commit
cc1b30dee7
2 changed files with 11 additions and 7 deletions
|
@ -32,7 +32,7 @@ return array(
|
|||
'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c',
|
||||
'rsrc/css/aphront/typeahead.css' => '0e403212',
|
||||
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
||||
'rsrc/css/application/auth/auth.css' => 'dc62cb0e',
|
||||
'rsrc/css/application/auth/auth.css' => '0877ed6e',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '2f670a96',
|
||||
'rsrc/css/application/base/notification-menu.css' => 'f31c0bde',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '077e63cb',
|
||||
|
@ -505,7 +505,7 @@ return array(
|
|||
'aphront-tooltip-css' => '7672b60f',
|
||||
'aphront-two-column-view-css' => '16ab3ad2',
|
||||
'aphront-typeahead-control-css' => '0e403212',
|
||||
'auth-css' => 'dc62cb0e',
|
||||
'auth-css' => '0877ed6e',
|
||||
'bulk-job-css' => 'df9c1d4a',
|
||||
'calendar-icon-css' => 'c69aa59f',
|
||||
'changeset-view-manager' => '58562350',
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
}
|
||||
|
||||
.auth-account-view {
|
||||
background-color: #fff;
|
||||
border: 1px solid {$lightblueborder};
|
||||
border-radius: 2px;
|
||||
background-color: {$lightbluebackground};
|
||||
border: 1px solid {$thinblueborder};
|
||||
border-radius: 3px;
|
||||
min-height: 50px;
|
||||
position: relative;
|
||||
padding: 4px 4px 4px 64px;
|
||||
|
@ -35,8 +35,8 @@
|
|||
.auth-account-view-profile-image {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
|
@ -51,3 +51,7 @@
|
|||
.auth-account-view-provider-name {
|
||||
color: {$lightgreytext};
|
||||
}
|
||||
|
||||
.auth-account-view-account-uri {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue