1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/config/config-welcome.css
Chad Little 679fbada44 Remove PHUIDocumentView
Summary: Converts final call site to PHUIDocumentViewPro.

Test Plan: grep for PHUIDocumentView, view new Welcome Page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16379
2016-08-08 09:39:48 -07:00

28 lines
476 B
CSS

/**
* @provides config-welcome-css
*/
.phui-document-content .config-welcome-box .phabricator-remarkup {
padding: 0 16px 16px;
position: relative;
}
.config-welcome-box {
padding: 8px 0;
}
.config-welcome-content {
margin-left: 44px;
}
.config-welcome-box .config-welcome-icon {
width: 32px;
float: left;
text-align: center;
}
.phui-document-view-pro .phui-document-content .config-welcome-box
.phabricator-remarkup {
margin: 0;
padding: 0;
}