2016-08-17 18:36:32 +02:00
|
|
|
/**
|
|
|
|
* @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;
|
|
|
|
}
|
|
|
|
|
2016-08-20 22:11:02 +02:00
|
|
|
.phui-cms-view .phui-cms-page-content .phui-profile-header {
|
2016-08-17 18:36:32 +02:00
|
|
|
padding: 32px 20px;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-cms-view .phui-document-view.phui-document-view-pro {
|
|
|
|
width: auto;
|
2016-08-20 22:11:02 +02:00
|
|
|
max-width: inherit;
|
|
|
|
padding: 0 20px;
|
2016-08-17 18:36:32 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|