1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/aphront/panel-view.css
Chad Little 8da5b6255d Remove AphrontPanelView
Summary: Removes AphrontPanelView, and most of it's CSS - it seems some old previews still call it.

Test Plan: grep for AphrontPanelView, no callsites left. Verify CSS left is minimal needed.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7427

Differential Revision: https://secure.phabricator.com/D12004
2015-03-06 16:44:18 -08:00

19 lines
250 B
CSS

/**
* @provides aphront-panel-view-css
*/
.aphront-panel-preview {
padding: 16px;
}
.device-phone .aphront-panel-preview {
display: none;
}
.aphront-panel-preview-loading-text {
color: {$greytext};
}
.aphront-panel-flush {
margin: 0;
}