2015-11-30 17:47:46 +01:00
|
|
|
/**
|
|
|
|
* @provides phui-document-summary-view-css
|
|
|
|
*/
|
|
|
|
|
2015-12-01 05:35:13 +01:00
|
|
|
.phui-document-summary-view {
|
|
|
|
margin-top: 8px;
|
2016-02-15 06:29:56 +01:00
|
|
|
border-bottom: 1px solid rgba({$alphagrey},.1);
|
2015-12-01 05:35:13 +01:00
|
|
|
}
|
|
|
|
|
2015-11-30 21:33:10 +01:00
|
|
|
.phui-document-summary-view.is-draft {
|
|
|
|
opacity: 0.5;
|
2015-11-30 17:47:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body .phui-document-view .phui-document-summary-view h2.remarkup-header {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-view h2.remarkup-header a {
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$blacktext};
|
2015-12-01 05:35:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-view h2.remarkup-header a:hover {
|
|
|
|
color: {$violet};
|
|
|
|
text-decoration: none;
|
2015-11-30 17:47:46 +01:00
|
|
|
}
|
|
|
|
|
2015-12-19 21:28:18 +01: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 17:47:46 +01:00
|
|
|
.phui-document-summary-subtitle {
|
2015-12-01 05:35:13 +01:00
|
|
|
color: {$lightgreytext};
|
2015-11-30 17:47:46 +01:00
|
|
|
font-size: {$normalfontsize};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-subtitle a {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
2015-12-19 21:28:18 +01:00
|
|
|
|
|
|
|
.phui-document-summary-subtitle a:hover {
|
|
|
|
color: {$violet};
|
|
|
|
}
|