2013-08-05 19:46:39 +02:00
|
|
|
/**
|
|
|
|
* @provides phui-remarkup-preview-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-preview-header {
|
2013-08-26 20:53:11 +02:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #9ca5b5;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
display: block;
|
2013-08-05 19:46:39 +02:00
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.phui-document-inner .phui-preview-header {
|
|
|
|
padding: 16px 0 0 16px;
|
2013-08-05 19:46:39 +02:00
|
|
|
}
|
|
|
|
|
2013-08-05 19:47:26 +02:00
|
|
|
.phui-remarkup-preview-skin-document {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.device-phone .phui-panel-preview {
|
2013-08-05 19:46:39 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-preview-loading-text {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2013-08-05 19:46:39 +02:00
|
|
|
}
|
2013-08-05 19:47:26 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* TODO: Classes implementing PhabricatorMarkupInterface are of differing
|
|
|
|
* mindsets about whether output should be wrapped in a `phabricator-remarkup`
|
|
|
|
* <div /> or not. It should probably move to the Engine in all cases, but
|
|
|
|
* until we do that get rid of the extra spacing generated by the inner div.
|
|
|
|
*/
|
|
|
|
.phui-remarkup-preview .phabricator-remarkup .phabricator-remarkup {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|