mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
e5e3eb357f
Summary: Somewhat easier to parse and present information, with ICONS. Test Plan: Rebuilt current view with new layout. Tested toggling on and off some of the entries. {F327816} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11938
23 lines
368 B
CSS
23 lines
368 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;
|
|
margin-left: 16px;
|
|
}
|