mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
56bc84a73b
Summary: Ref T11132. Will work on CSS tomorrow, but wanted to rough in the UI Steps to get guidance. Not sure what you have in mind for the "app" part, if you want to explain it and I build or you build. Test Plan: Visit each page and click on links. Very rough and unfinished. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11132 Differential Revision: https://secure.phabricator.com/D16419
48 lines
980 B
CSS
48 lines
980 B
CSS
/**
|
|
* @provides phui-cms-css
|
|
*/
|
|
|
|
|
|
.phui-cms-body {
|
|
background-color: #f0f0f2;
|
|
}
|
|
|
|
.phui-cms-view .phui-crumbs-view {
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.phui-cms-page {
|
|
max-width: 1140px;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
border-left: 1px solid {$lightblueborder};
|
|
border-right: 1px solid {$lightblueborder};
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.phui-cms-view .phui-basic-nav.phui-navigation-shell .phabricator-nav-local {
|
|
background-color: {$page.background};
|
|
width: 240px;
|
|
border-right: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.phui-cms-view .phabricator-nav-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.phui-cms-view .phui-document-container {
|
|
border: none;
|
|
}
|
|
|
|
.phui-cms-view .phui-cms-page-content .phui-profile-header {
|
|
padding: 32px 20px;
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.phui-cms-view .phui-document-view.phui-document-view-pro {
|
|
width: auto;
|
|
max-width: inherit;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
}
|