Path: blob/master/webroot/rsrc/css/phui/phui-document-summary.css
12241 views
/**1* @provides phui-document-summary-view-css2*/34.phui-document-summary-view {5margin-top: 8px;6border-bottom: 1px solid rgba({$alphagrey},.1);7}89.phui-document-summary-view.is-draft {10opacity: 0.5;11}1213body .phui-document-view .phui-document-summary-view h2.remarkup-header {14margin: 0;15padding: 0;16}1718.phui-document-summary-view h2.remarkup-header a {19color: {$blacktext};20}2122.phui-document-summary-view h2.remarkup-header a:hover {23color: {$violet};24text-decoration: none;25}2627.phui-document-view .phui-document-summary-body div.phabricator-remarkup {28padding-bottom: 4px;29}3031a.phui-document-read-more {32color: {$lightgreytext};33font-size: {$smallerfontsize};34display: block;35padding-bottom: 12px;36}3738a.phui-document-read-more:hover {39color: {$violet};40}4142.phui-document-summary-subtitle {43color: {$lightgreytext};44font-size: {$normalfontsize};45}4647.phui-document-summary-subtitle a {48color: {$darkbluetext};49}5051.phui-document-summary-subtitle a:hover {52color: {$violet};53}545556