You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
. App {
text-align : center ;
}
. App-logo {
animation : App-logo-spin infinite 20 s linear ;
height : 80 px ;
}
. App-header {
background-color : #222 ;
height : 150 px ;
padding : 20 px ;
color : white ;
}
. App-title {
font-size : 1.5 em ;
}
. App-intro {
font-size : large ;
}
@ keyframes App-logo-spin {
from { transform : rotate ( 0 deg ) ; }
to { transform : rotate ( 360 deg ) ; }
}
/* 控制md编辑器列行的宽度
见 codermirror maybeUpdateLineNumberWidth方法
*/
. editormd . CodeMirror-linenumbers {
padding : 0 ;
}
. editormd-html-preview hr , . editormd-preview-container hr {
/* 颜色加深 */
border-top : 1 px solid #ccc ;
}
/* 重置掉antd的一些样式 */
html , body {
-webkit- font-smoothing : auto !important ;
}
. ant-progress-textyes {
color : #52c41a ;
}
. ant-progress-textno {
color : #f5222d ;
}
/* md多空格 */
. markdown-body p {
white-space : pre-wrap ;
}
/* resize */
. editormd . CodeMirror {
border-right : none !important ;
}
. editormd-preview {
border-left : 1 px solid rgb ( 221 , 221 , 221 ) ;
/* 某些情况下, 被cm盖住了 */
z-index : 99 ;
}
/* antd扩展 */
. formItemInline . ant-form-item {
display : flex ;
}
. formItemInline . ant-form-item-control-wrapper {
flex : 1 ;
}