1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-cms.css
Chad Little 94c746e1d6 Rough in Guides Application
Summary: Ref T11132, Ref T11478. Builds out a basic PHUICMSView and Guides Application, no content / modules.

Test Plan: Go to /guides/, see blank states for new guides.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11132, T11478

Differential Revision: https://secure.phabricator.com/D16414
2016-08-17 10:14:05 -07:00

47 lines
938 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-profile-header {
padding: 32px 20px;
border-bottom: 1px solid {$thinblueborder};
}
.phui-cms-view .phui-document-view.phui-document-view-pro {
width: auto;
padding: 32px 20px;
margin: 0;
}