mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
454b773f78
Summary: Adds a bit of space Test Plan: View 2 or more inline comments on same transaction. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9712
16 lines
261 B
CSS
16 lines
261 B
CSS
/**
|
|
* @provides pholio-inline-comments-css
|
|
*/
|
|
|
|
.pholio-inline-comment-head {
|
|
padding: 12px 0 4px;
|
|
color: {$greytext};
|
|
}
|
|
|
|
.pholio-inline-comment-head a {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.pholio-transaction-inline-comment .phui-image-mask {
|
|
margin-bottom: 8px;
|
|
}
|