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;
|
|
|
|
border-bottom: 1px solid rgba(55,55,55,.1);
|
|
|
|
}
|
|
|
|
|
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 {
|
2015-12-01 05:35:13 +01:00
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-document-summary-view h2.remarkup-header a:hover {
|
|
|
|
color: {$violet};
|
|
|
|
text-decoration: none;
|
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};
|
|
|
|
}
|