mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
93938765c3
Summary: Aligns more styles to the `diff_full_view.png` mock. Test Plan: {F26859} Reviewers: chad, btrahan Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D4142
29 lines
471 B
CSS
29 lines
471 B
CSS
/**
|
|
* @provides phabricator-header-view-css
|
|
*/
|
|
|
|
.phabricator-header-shell {
|
|
background: #e0e3ec;
|
|
border-width: 1px 0;
|
|
border-style: solid;
|
|
border-color: #c0c5d1;
|
|
}
|
|
|
|
.phabricator-header-shell + .phabricator-form-view {
|
|
border-top-width: 0;
|
|
}
|
|
|
|
.phabricator-header-view {
|
|
padding: 1.25em 2%;
|
|
font-size: 15px;
|
|
color: #111111;
|
|
}
|
|
|
|
.device-desktop .phabricator-header-view {
|
|
width: 66%;
|
|
}
|
|
|
|
.phabricator-header-tags {
|
|
margin-left: 1em;
|
|
font-size: 13px;
|
|
}
|