mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
70135d0ca8
Summary: Lots of little details, fix workboard bg colors, darken up global backgrounds just a hair, add more "widgety" look to dashboard panels, remove underline on anchors on mobile. Also Fixes T12210 Test Plan: Use lots of pages on mobile and desktop. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12210 Differential Revision: https://secure.phabricator.com/D17315
17 lines
296 B
CSS
17 lines
296 B
CSS
/**
|
|
* @provides people-picture-menu-item-css
|
|
*/
|
|
|
|
.people-menu-image {
|
|
width: 160px;
|
|
height: 160px;
|
|
}
|
|
|
|
.people-menu-image-container {
|
|
background: #fff;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
border: 1px solid rgba({$alphablue},.2);
|
|
margin: 4px 0px 16px 20px;
|
|
display: inline-block;
|
|
}
|