mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
e077d2f7a7
Summary: Reorgaizes the CSS here a bit, by object list style, adds in a new drag ui class, which will be used in menu ordering. Test Plan: Workboards, Home Apps. {F2126266} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17057
77 lines
1.4 KiB
CSS
77 lines
1.4 KiB
CSS
/**
|
|
* @provides config-page-css
|
|
*/
|
|
|
|
.config-page-header {
|
|
margin: 28px 24px 0;
|
|
padding-bottom: 28px;
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.device-phone .config-page-header {
|
|
margin: 4px 12px 0;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
.config-page-header .phui-profile-header {
|
|
padding: 0;
|
|
}
|
|
|
|
.device-phone .config-page-header .phui-profile-header {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.config-page-header .phui-profile-header.phui-header-shell .phui-header-header {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.device-phone .config-page-header .phui-profile-header.phui-header-shell
|
|
.phui-header-header {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.config-page-content {
|
|
margin: 0 24px;
|
|
}
|
|
|
|
.device-phone .config-page-content {
|
|
margin: 0 4px;
|
|
}
|
|
|
|
.device-desktop .config-page-content .phui-oi-list-view {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.device-desktop .config-page-content .phui-document-fluid .phui-document-view {
|
|
padding: 16px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.config-page-content .aphront-table-view {
|
|
border: none;
|
|
}
|
|
|
|
.config-page-property {
|
|
padding-top: 4px;
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.config-page-content .aphront-table-notice {
|
|
padding: 0;
|
|
}
|
|
|
|
.config-page-content .aphront-table-notice .phui-info-view {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.config-page-content .aphront-table-wrap + .aphront-table-wrap {
|
|
margin-top: 20px;
|
|
border-top: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.config-page-content .phui-box.phui-box-blue-property {
|
|
margin-top: 16px;
|
|
}
|