mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
1c84d2719c
Summary: Ref T8099, Ref T8614. Reasonable attempt at a larger font size PostProcessor, will need additional UI cleanup (places where we fix height) but overall very decent. Test Plan: Use lots of the UI elements with new font sizes. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099, T8614 Differential Revision: https://secure.phabricator.com/D13457
17 lines
368 B
CSS
17 lines
368 B
CSS
/**
|
|
* @provides conpherence-update-css
|
|
*/
|
|
|
|
.phabricator-standard-page-body .aphront-dialog-view {
|
|
margin: 20px auto 0px auto;
|
|
}
|
|
|
|
.aphront-dialog-view .conpherence-dialogue-drag-photo {
|
|
border: 1px dashed #bfbfbf;
|
|
padding: 10px 0px 10px 10px;
|
|
}
|
|
|
|
.aphront-dialog-view .conpherence-dialogue-upload-photo {
|
|
background: {$lightgreen};
|
|
border-color: {$green};
|
|
}
|