Path: blob/master/webroot/rsrc/css/phui/phui-remarkup-preview.css
12241 views
/**1* @provides phui-remarkup-preview-css2*/34.phui-remarkup-preview .phui-object-box {5padding: 0;6}78.phui-preview-header {9font-size: {$smallerfontsize};10font-weight: bold;11color: {$bluetext};12text-transform: uppercase;13padding: 8px;14background-color: {$lightgreybackground};15border-bottom: 1px solid {$thinblueborder};16display: block;17border-top-left-radius: 3px;18border-top-right-radius: 3px;19}2021.phui-preview-body {22padding: 16px;23}2425.phui-document-inner .phui-preview-header {26padding: 16px 0 0 16px;27}2829.device-phone .phui-panel-preview,30.device-phone .phui-remarkup-preview {31display: none;32}3334.phui-preview-loading-text {35color: {$lightgreytext};36}3738/**39* TODO: Classes implementing PhabricatorMarkupInterface are of differing40* mindsets about whether output should be wrapped in a `phabricator-remarkup`41* <div /> or not. It should probably move to the Engine in all cases, but42* until we do that get rid of the extra spacing generated by the inner div.43*/44body .phui-remarkup-preview .phabricator-remarkup .phabricator-remarkup {45padding: 0;46margin: 0;47}484950