2015-11-30 08:47:46 -08:00
|
|
|
/**
|
|
|
|
* @provides phui-document-summary-view-css
|
|
|
|
*/
|
|
|
|
|
2015-11-30 20:35:13 -08:00
|
|
|
.phui-document-summary-view {
|
|
|
|
margin-top: 8px;
|
2016-02-14 21:29:56 -08:00
|
|
|
border-bottom: 1px solid rgba({$alphagrey},.1);
|
2015-11-30 20:35:13 -08:00
|
|
|
}
|
|
|
|
|
2015-11-30 12:33:10 -08:00
|
|
|
.phui-document-summary-view.is-draft {
|
|
|
|
opacity: 0.5;
|
2015-11-30 08:47:46 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
body .phui-document-view .phui-document-summary-view h2.remarkup-header {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-view h2.remarkup-header a {
|
2015-11-30 20:35:13 -08:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-view h2.remarkup-header a:hover {
|
|
|
|
color: {$violet};
|
|
|
|
text-decoration: none;
|
2015-11-30 08:47:46 -08:00
|
|
|
}
|
|
|
|
|
2015-12-19 12:28:18 -08:00
|
|
|
.phui-document-view .phui-document-summary-body div.phabricator-remarkup {
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.phui-document-read-more {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
font-size: {$smallerfontsize};
|
|
|
|
display: block;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.phui-document-read-more:hover {
|
|
|
|
color: {$violet};
|
|
|
|
}
|
|
|
|
|
2015-11-30 08:47:46 -08:00
|
|
|
.phui-document-summary-subtitle {
|
2015-11-30 20:35:13 -08:00
|
|
|
color: {$lightgreytext};
|
2015-11-30 08:47:46 -08:00
|
|
|
font-size: {$normalfontsize};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-subtitle a {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
2015-12-19 12:28:18 -08:00
|
|
|
|
|
|
|
.phui-document-summary-subtitle a:hover {
|
|
|
|
color: {$violet};
|
|
|
|
}
|