mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +01:00
Include to Wekan packages directory contents, so that meteor command would build all directly.
This also simplifies build scripts. Thanks to xet7 !
This commit is contained in:
parent
6117097a93
commit
73e265d8fd
354 changed files with 36977 additions and 106 deletions
72
packages/markdown/marked/docs/demo/demo.css
Normal file
72
packages/markdown/marked/docs/demo/demo.css
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #333;
|
||||
background-color: #fbfbfb;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-top: 10px;
|
||||
display: flex;
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.github-ribbon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.containers {
|
||||
display: flex;
|
||||
height: calc(100vh - 68px);
|
||||
}
|
||||
|
||||
.container {
|
||||
flex-basis: 50%;
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pane, .inputPane {
|
||||
margin-top: 5px;
|
||||
padding: 0.6em;
|
||||
border: 1px solid #ccc;
|
||||
overflow: auto;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
#preview {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#preview iframe {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#main {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.error {
|
||||
border-color: red;
|
||||
background-color: #FEE
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue