暫無描述

bundle.css 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in iOS.
  7. */
  8. html {
  9. line-height: 1.15; /* 1 */
  10. -webkit-text-size-adjust: 100%; /* 2 */
  11. }
  12. /* Sections
  13. ========================================================================== */
  14. /**
  15. * Remove the margin in all browsers.
  16. */
  17. body {
  18. margin: 0;
  19. }
  20. /**
  21. * Correct the font size and margin on `h1` elements within `section` and
  22. * `article` contexts in Chrome, Firefox, and Safari.
  23. */
  24. h1 {
  25. font-size: 2em;
  26. margin: 0.67em 0;
  27. }
  28. /* Grouping content
  29. ========================================================================== */
  30. /**
  31. * 1. Add the correct box sizing in Firefox.
  32. * 2. Show the overflow in Edge and IE.
  33. */
  34. hr {
  35. box-sizing: content-box; /* 1 */
  36. height: 0; /* 1 */
  37. overflow: visible; /* 2 */
  38. }
  39. /**
  40. * 1. Correct the inheritance and scaling of font size in all browsers.
  41. * 2. Correct the odd `em` font sizing in all browsers.
  42. */
  43. pre {
  44. font-family: monospace, monospace; /* 1 */
  45. font-size: 1em; /* 2 */
  46. }
  47. /* Text-level semantics
  48. ========================================================================== */
  49. /**
  50. * Remove the gray background on active links in IE 10.
  51. */
  52. a {
  53. background-color: transparent;
  54. }
  55. /**
  56. * 1. Remove the bottom border in Chrome 57-
  57. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  58. */
  59. abbr[title] {
  60. border-bottom: none; /* 1 */
  61. text-decoration: underline; /* 2 */
  62. text-decoration: underline dotted; /* 2 */
  63. }
  64. /**
  65. * Add the correct font weight in Chrome, Edge, and Safari.
  66. */
  67. b,
  68. strong {
  69. font-weight: bolder;
  70. }
  71. /**
  72. * 1. Correct the inheritance and scaling of font size in all browsers.
  73. * 2. Correct the odd `em` font sizing in all browsers.
  74. */
  75. code,
  76. kbd,
  77. samp {
  78. font-family: monospace, monospace; /* 1 */
  79. font-size: 1em; /* 2 */
  80. }
  81. /**
  82. * Add the correct font size in all browsers.
  83. */
  84. small {
  85. font-size: 80%;
  86. }
  87. /**
  88. * Prevent `sub` and `sup` elements from affecting the line height in
  89. * all browsers.
  90. */
  91. sub,
  92. sup {
  93. font-size: 75%;
  94. line-height: 0;
  95. position: relative;
  96. vertical-align: baseline;
  97. }
  98. sub {
  99. bottom: -0.25em;
  100. }
  101. sup {
  102. top: -0.5em;
  103. }
  104. /* Embedded content
  105. ========================================================================== */
  106. /**
  107. * Remove the border on images inside links in IE 10.
  108. */
  109. img {
  110. border-style: none;
  111. }
  112. /* Forms
  113. ========================================================================== */
  114. /**
  115. * 1. Change the font styles in all browsers.
  116. * 2. Remove the margin in Firefox and Safari.
  117. */
  118. button,
  119. input,
  120. optgroup,
  121. select,
  122. textarea {
  123. font-family: inherit; /* 1 */
  124. font-size: 100%; /* 1 */
  125. line-height: 1.15; /* 1 */
  126. margin: 0; /* 2 */
  127. }
  128. /**
  129. * Show the overflow in IE.
  130. * 1. Show the overflow in Edge.
  131. */
  132. button,
  133. input { /* 1 */
  134. overflow: visible;
  135. }
  136. /**
  137. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  138. * 1. Remove the inheritance of text transform in Firefox.
  139. */
  140. button,
  141. select { /* 1 */
  142. text-transform: none;
  143. }
  144. /**
  145. * Correct the inability to style clickable types in iOS and Safari.
  146. */
  147. button,
  148. [type="button"],
  149. [type="reset"],
  150. [type="submit"] {
  151. -webkit-appearance: button;
  152. }
  153. /**
  154. * Remove the inner border and padding in Firefox.
  155. */
  156. button::-moz-focus-inner,
  157. [type="button"]::-moz-focus-inner,
  158. [type="reset"]::-moz-focus-inner,
  159. [type="submit"]::-moz-focus-inner {
  160. border-style: none;
  161. padding: 0;
  162. }
  163. /**
  164. * Restore the focus styles unset by the previous rule.
  165. */
  166. button:-moz-focusring,
  167. [type="button"]:-moz-focusring,
  168. [type="reset"]:-moz-focusring,
  169. [type="submit"]:-moz-focusring {
  170. outline: 1px dotted ButtonText;
  171. }
  172. /**
  173. * Correct the padding in Firefox.
  174. */
  175. fieldset {
  176. padding: 0.35em 0.75em 0.625em;
  177. }
  178. /**
  179. * 1. Correct the text wrapping in Edge and IE.
  180. * 2. Correct the color inheritance from `fieldset` elements in IE.
  181. * 3. Remove the padding so developers are not caught out when they zero out
  182. * `fieldset` elements in all browsers.
  183. */
  184. legend {
  185. box-sizing: border-box; /* 1 */
  186. color: inherit; /* 2 */
  187. display: table; /* 1 */
  188. max-width: 100%; /* 1 */
  189. padding: 0; /* 3 */
  190. white-space: normal; /* 1 */
  191. }
  192. /**
  193. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  194. */
  195. progress {
  196. vertical-align: baseline;
  197. }
  198. /**
  199. * Remove the default vertical scrollbar in IE 10+.
  200. */
  201. textarea {
  202. overflow: auto;
  203. }
  204. /**
  205. * 1. Add the correct box sizing in IE 10.
  206. * 2. Remove the padding in IE 10.
  207. */
  208. [type="checkbox"],
  209. [type="radio"] {
  210. box-sizing: border-box; /* 1 */
  211. padding: 0; /* 2 */
  212. }
  213. /**
  214. * Correct the cursor style of increment and decrement buttons in Chrome.
  215. */
  216. [type="number"]::-webkit-inner-spin-button,
  217. [type="number"]::-webkit-outer-spin-button {
  218. height: auto;
  219. }
  220. /**
  221. * 1. Correct the odd appearance in Chrome and Safari.
  222. * 2. Correct the outline style in Safari.
  223. */
  224. [type="search"] {
  225. -webkit-appearance: textfield; /* 1 */
  226. outline-offset: -2px; /* 2 */
  227. }
  228. /**
  229. * Remove the inner padding in Chrome and Safari on macOS.
  230. */
  231. [type="search"]::-webkit-search-decoration {
  232. -webkit-appearance: none;
  233. }
  234. /**
  235. * 1. Correct the inability to style clickable types in iOS and Safari.
  236. * 2. Change font properties to `inherit` in Safari.
  237. */
  238. ::-webkit-file-upload-button {
  239. -webkit-appearance: button; /* 1 */
  240. font: inherit; /* 2 */
  241. }
  242. /* Interactive
  243. ========================================================================== */
  244. /*
  245. * Add the correct display in Edge, IE 10+, and Firefox.
  246. */
  247. details {
  248. display: block;
  249. }
  250. /*
  251. * Add the correct display in all browsers.
  252. */
  253. summary {
  254. display: list-item;
  255. }
  256. /* Misc
  257. ========================================================================== */
  258. /**
  259. * Add the correct display in IE 10+.
  260. */
  261. template {
  262. display: none;
  263. }
  264. /**
  265. * Add the correct display in IE 10.
  266. */
  267. [hidden] {
  268. display: none;
  269. }
  270. /**
  271. * Draft v0.10.5
  272. *
  273. * Copyright (c) 2013-present, Facebook, Inc.
  274. * All rights reserved.
  275. *
  276. * This source code is licensed under the BSD-style license found in the
  277. * LICENSE file in the root directory of this source tree. An additional grant
  278. * of patent rights can be found in the PATENTS file in the same directory.
  279. */
  280. .DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}* {
  281. box-sizing: border-box; }
  282. body {
  283. font-size: 14px;
  284. font-family: sans-serif; }
  285. .container {
  286. width: 100%;
  287. height: 600px;
  288. padding: 10px; }
  289. .mde-header {
  290. flex-shrink: 0;
  291. display: flex;
  292. flex-wrap: wrap;
  293. align-items: stretch;
  294. border-bottom: 1px solid #c8ccd0;
  295. border-radius: 2px 2px 0 0;
  296. background: #f9f9f9; }
  297. .mde-header .mde-toolbar-children {
  298. flex-grow: 1;
  299. display: flex;
  300. justify-content: flex-end;
  301. align-items: stretch; }
  302. .mde-header button:focus {
  303. outline: 0; }
  304. .mde-header ul.mde-header-group {
  305. margin: 0;
  306. padding: 10px;
  307. list-style: none;
  308. display: flex;
  309. flex-wrap: nowrap; }
  310. .mde-header ul.mde-header-group li.mde-header-item {
  311. display: inline-block;
  312. position: relative;
  313. margin: 0 4px; }
  314. .mde-header ul.mde-header-group li.mde-header-item button {
  315. text-align: left;
  316. cursor: pointer;
  317. height: 22px;
  318. padding: 4px;
  319. margin: 0;
  320. border: none;
  321. background: none;
  322. color: #242729; }
  323. @keyframes tooltip-appear {
  324. from {
  325. opacity: 0; }
  326. to {
  327. opacity: 1; } }
  328. .mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::before {
  329. animation-name: tooltip-appear;
  330. animation-duration: 0.2s;
  331. animation-delay: 0.5s;
  332. animation-fill-mode: forwards;
  333. opacity: 0;
  334. position: absolute;
  335. z-index: 1000001;
  336. width: 0;
  337. height: 0;
  338. color: rgba(0, 0, 0, 0.8);
  339. pointer-events: none;
  340. content: "";
  341. border: 5px solid transparent;
  342. top: -5px;
  343. right: 50%;
  344. bottom: auto;
  345. margin-right: -5px;
  346. border-top-color: rgba(0, 0, 0, 0.8); }
  347. .mde-header ul.mde-header-group li.mde-header-item button.tooltipped:hover::after {
  348. animation-name: tooltip-appear;
  349. animation-duration: 0.2s;
  350. animation-delay: 0.5s;
  351. animation-fill-mode: forwards;
  352. font-size: 11px;
  353. opacity: 0;
  354. position: absolute;
  355. z-index: 1000000;
  356. padding: 5px 8px;
  357. color: #fff;
  358. pointer-events: none;
  359. content: attr(aria-label);
  360. background: rgba(0, 0, 0, 0.8);
  361. border-radius: 3px;
  362. right: 50%;
  363. bottom: 100%;
  364. transform: translateX(50%);
  365. margin-bottom: 5px;
  366. white-space: nowrap; }
  367. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown {
  368. position: absolute;
  369. left: 0;
  370. top: 30px;
  371. background-color: white;
  372. border: 1px solid #c8ccd0;
  373. padding: 5px;
  374. z-index: 2;
  375. transform: translateX(-9px); }
  376. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li {
  377. margin: 0;
  378. white-space: nowrap;
  379. list-style: none;
  380. display: block; }
  381. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button {
  382. display: block;
  383. height: auto; }
  384. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p {
  385. display: block;
  386. margin: 0;
  387. padding: 0;
  388. font-weight: bold;
  389. line-height: 1em;
  390. background: none;
  391. border: 0;
  392. text-align: left; }
  393. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p:hover {
  394. color: #4078c0; }
  395. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p.header-1 {
  396. font-size: 20px; }
  397. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p.header-2 {
  398. font-size: 18px; }
  399. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p.header-3 {
  400. font-size: 14px; }
  401. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown li button p.header-4 {
  402. font-size: 12px; }
  403. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown::before {
  404. position: absolute;
  405. content: "";
  406. width: 0;
  407. height: 0;
  408. border: 8px solid transparent;
  409. border-bottom-color: rgba(0, 0, 0, 0.15);
  410. top: -16px;
  411. left: 3px;
  412. transform: translateX(50%); }
  413. .mde-header ul.mde-header-group li.mde-header-item ul.react-mde-dropdown::after {
  414. position: absolute;
  415. content: "";
  416. width: 0;
  417. height: 0;
  418. border: 7px solid transparent;
  419. border-bottom-color: white;
  420. top: -14px;
  421. left: 5px;
  422. transform: translateX(50%); }
  423. .mde-text .public-DraftEditor-content {
  424. width: 100%;
  425. min-height: 200px;
  426. padding: 10px; }
  427. .mde-preview {
  428. min-height: 200px; }
  429. .mde-preview .mde-preview-content {
  430. padding: 10px; }
  431. .mde-preview .mde-preview-content p, .mde-preview .mde-preview-content blockquote, .mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol, .mde-preview .mde-preview-content dl, .mde-preview .mde-preview-content table, .mde-preview .mde-preview-content pre {
  432. margin-top: 0;
  433. margin-bottom: 16px; }
  434. .mde-preview .mde-preview-content h1, .mde-preview .mde-preview-content h2, .mde-preview .mde-preview-content h3 {
  435. margin-top: 24px;
  436. margin-bottom: 16px;
  437. font-weight: 600;
  438. line-height: 1.25;
  439. border-bottom: 1px solid #eee;
  440. padding-bottom: 0.3em; }
  441. .mde-preview .mde-preview-content h1 {
  442. font-size: 1.6em; }
  443. .mde-preview .mde-preview-content h2 {
  444. font-size: 1.4em; }
  445. .mde-preview .mde-preview-content h3 {
  446. font-size: 1.2em; }
  447. .mde-preview .mde-preview-content ul, .mde-preview .mde-preview-content ol {
  448. padding-left: 2em; }
  449. .mde-preview .mde-preview-content blockquote {
  450. margin-left: 0;
  451. padding: 0 1em;
  452. color: #777;
  453. border-left: 0.25em solid #ddd; }
  454. .mde-preview .mde-preview-content blockquote > :first-child {
  455. margin-top: 0; }
  456. .mde-preview .mde-preview-content blockquote > :last-child {
  457. margin-bottom: 0; }
  458. .mde-preview .mde-preview-content code {
  459. padding: 0.2em 0 0.2em 0;
  460. margin: 0;
  461. font-size: 90%;
  462. background-color: rgba(0, 0, 0, 0.04);
  463. border-radius: 3px; }
  464. .mde-preview .mde-preview-content code::before, .mde-preview .mde-preview-content code::after {
  465. letter-spacing: -0.2em;
  466. content: "\A0"; }
  467. .mde-preview .mde-preview-content pre {
  468. padding: 16px;
  469. overflow: auto;
  470. font-size: 85%;
  471. line-height: 1.45;
  472. background-color: #f7f7f7;
  473. border-radius: 3px; }
  474. .mde-preview .mde-preview-content pre code {
  475. display: inline;
  476. padding: 0;
  477. margin: 0;
  478. overflow: visible;
  479. line-height: inherit;
  480. word-wrap: normal;
  481. background-color: transparent;
  482. border: 0; }
  483. .mde-preview .mde-preview-content pre code::before, .mde-preview .mde-preview-content pre code::after {
  484. content: none; }
  485. .mde-preview .mde-preview-content pre > code {
  486. padding: 0;
  487. margin: 0;
  488. font-size: 100%;
  489. word-break: normal;
  490. white-space: pre;
  491. background: transparent;
  492. border: 0; }
  493. .mde-preview .mde-preview-content a {
  494. color: #4078c0;
  495. text-decoration: none; }
  496. .mde-preview .mde-preview-content a:hover {
  497. text-decoration: underline; }
  498. .mde-preview .mde-preview-content > *:first-child {
  499. margin-top: 0 !important; }
  500. .mde-preview .mde-preview-content > *:last-child {
  501. margin-bottom: 0 !important; }
  502. .mde-preview .mde-preview-content::after {
  503. display: table;
  504. clear: both;
  505. content: ""; }
  506. .mde-preview .mde-preview-content table {
  507. display: block;
  508. width: 100%;
  509. border-spacing: 0;
  510. border-collapse: collapse; }
  511. .mde-preview .mde-preview-content table thead th {
  512. font-weight: bold; }
  513. .mde-preview .mde-preview-content table th, .mde-preview .mde-preview-content table td {
  514. padding: 6px 13px;
  515. border: 1px solid #c8ccd0; }
  516. * {
  517. box-sizing: border-box; }
  518. .react-mde {
  519. border: 1px solid #c8ccd0;
  520. border-radius: 2px; }
  521. .react-mde-vertical-layout {
  522. display: flex;
  523. flex-direction: column; }
  524. .react-mde-vertical-layout .mde-tabs {
  525. display: flex;
  526. align-items: stretch; }
  527. .react-mde-vertical-layout .mde-tabs .mde-tab {
  528. border: none;
  529. border-left: 1px solid #c8ccd0;
  530. padding: 10px;
  531. background: none; }
  532. .react-mde-vertical-layout .react-mde-content {
  533. display: flex;
  534. flex-direction: column; }
  535. .react-mde-vertical-layout .react-mde-content .mde-text {
  536. min-height: 200px;
  537. height: auto;
  538. overflow-y: auto; }
  539. .react-mde-vertical-layout .react-mde-content .mde-preview {
  540. min-height: 0;
  541. height: auto;
  542. overflow-y: auto;
  543. border-top: 1px solid #c8ccd0; }
  544. .react-mde-no-preview-layout {
  545. height: 100%;
  546. display: flex;
  547. flex-direction: column; }
  548. .react-mde-no-preview-layout .mde-text {
  549. overflow-y: auto; }
  550. .react-mde-horizontal-layout {
  551. height: 100%;
  552. display: flex;
  553. flex-direction: column; }
  554. .react-mde-horizontal-layout .mde-tabs {
  555. display: flex;
  556. align-items: stretch; }
  557. .react-mde-horizontal-layout .mde-tabs .mde-tab {
  558. border: none;
  559. border-left: 1px solid #c8ccd0;
  560. padding: 10px;
  561. background: none; }
  562. .react-mde-horizontal-layout .mde-tabs .mde-tab:hover {
  563. cursor: pointer; }
  564. .react-mde-horizontal-layout .mde-content {
  565. display: flex;
  566. height: 100%; }
  567. .react-mde-horizontal-layout .mde-content .mde-text {
  568. min-width: 50%;
  569. overflow-y: auto;
  570. border-radius: 0; }
  571. .react-mde-horizontal-layout .mde-content .mde-preview {
  572. min-width: 50%;
  573. border-left: 1px solid #c8ccd0;
  574. overflow-y: auto; }
  575. .react-mde-tabbed-layout {
  576. height: 100%;
  577. display: flex;
  578. flex-direction: column; }
  579. .react-mde-tabbed-layout .mde-tabs {
  580. display: flex;
  581. align-items: flex-end; }
  582. .react-mde-tabbed-layout .mde-tabs .mde-tab {
  583. position: relative;
  584. top: 1px;
  585. border: 1px solid #f9f9f9;
  586. border-bottom: none;
  587. border-top-left-radius: 2px;
  588. border-top-right-radius: 2px;
  589. margin-right: 10px;
  590. padding: 10px;
  591. background: none; }
  592. .react-mde-tabbed-layout .mde-tabs .mde-tab:hover {
  593. border-color: #c8ccd0;
  594. cursor: pointer; }
  595. .react-mde-tabbed-layout .mde-tabs .mde-tab-activated {
  596. border-color: #c8ccd0;
  597. background: white; }
  598. .react-mde-tabbed-layout .mde-text {
  599. overflow-y: auto; }
  600. .react-mde-tabbed-layout .mde-preview {
  601. overflow-y: auto; }