mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
80cccebca2
Summary: Ref T12270. Moves badges into their own page and menu item. Capable of displaying hundreds of useful tokens of appreciation and dedication. Test Plan: Test blank state, mobile, awards badges. {F3284139} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12270 Differential Revision: https://secure.phabricator.com/D17410
84 lines
1.7 KiB
CSS
84 lines
1.7 KiB
CSS
/**
|
|
* @provides project-view-css
|
|
*/
|
|
|
|
.project-view-people-home.phui-two-column-view .phui-two-column-header {
|
|
background: transparent;
|
|
border: none;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.project-view-header-tag {
|
|
margin-left: 8px;
|
|
font-size: {$normalfontsize};
|
|
color: {$bluetext};
|
|
font-family: {$fontfamily};
|
|
font-weight: normal;
|
|
}
|
|
|
|
.device-phone .project-view-header-tag {
|
|
display: block;
|
|
margin-left: -4px;
|
|
}
|
|
|
|
.project-view-header-tag .phui-icon-view {
|
|
color: {$bluetext};
|
|
}
|
|
|
|
.device .project-view-home .phui-two-column-row {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
}
|
|
|
|
.project-view-home .phui-box.project-view-properties {
|
|
margin: 0 0 16px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.device-desktop .phui-two-column-view .project-view-properties
|
|
.phui-property-list-container {
|
|
padding: 12px 0;
|
|
}
|
|
|
|
.project-view-properties .phui-property-list-container +
|
|
.phui-property-list-text-content {
|
|
border-color: {$thinblueborder};
|
|
}
|
|
|
|
.project-view-properties .phui-property-list-key {
|
|
width: auto;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.project-view-properties .phui-property-list-section-header {
|
|
border: none;
|
|
padding: 12px 4px 0;
|
|
}
|
|
|
|
.project-view-home .phui-side-column .phui-object-box .phui-header-shell {
|
|
padding: 6px 6px 6px 12px;
|
|
}
|
|
|
|
.project-view-home .phui-side-column .phui-object-box
|
|
div.phui-info-severity-nodata {
|
|
color: {$lightgreytext};
|
|
font-style: italic;
|
|
border: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.project-view-home .phui-box-grey .phui-oi-attribute .phui-icon-view {
|
|
color: {$lightgreytext};
|
|
}
|
|
|
|
.profile-no-badges {
|
|
padding: 24px 0;
|
|
}
|
|
|
|
.people-profile-header.phui-profile-header .phui-header-col1 {
|
|
display: none;
|
|
}
|
|
|
|
.device .people-profile-header.phui-profile-header .phui-header-col1 {
|
|
display: table-cell;
|
|
}
|