mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
f8e7d8f65c
Summary: Moves PhabricatorActionHeaderView to PHUIActionHeaderView, adds Red, Green, and Violet colors and extend ObjectBox to take colors and action headers. Test Plan: Tested new Welcome layout as well as UIExamples, Workboards, and Hovercards {F169669} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9707
27 lines
434 B
CSS
27 lines
434 B
CSS
/**
|
|
* @provides config-welcome-css
|
|
*/
|
|
|
|
.config-welcome {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.config-welcome .phui-object-box {
|
|
margin: 12px;
|
|
}
|
|
|
|
.config-welcome .aphront-multi-column-column-last .phui-object-box {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.config-welcome-box .phui-action-header-title {
|
|
padding: 10px 4px;
|
|
}
|
|
|
|
.config-welcome-box-content {
|
|
padding: 12px;
|
|
}
|
|
|
|
.config-welcome .phui-object-box .phui-action-header {
|
|
padding: 2px 8px 2px 12px;
|
|
}
|