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.
convergencelabs_monaco-coll.../example/example.css

52 lines
768 B

.body {
margin: 0;
}
h1 {
font-family: Helvetica, sans-serif;
font-size: 24px;
border-radius: 4px;
border: 1px solid darkgray;
background: #e1e1e1;
padding: 10px;
}
h2 {
font-family: Helvetica, sans-serif;
font-size: 18px;
border-bottom: 1px solid darkgray;
margin-bottom: 5px;
}
.description {
font-family: Helvetica, sans-serif;
border-radius: 4px;
border: 1px solid darkgray;
background: #e1e1e1;
padding: 4px 10px;
margin-bottom: 5px;
}
.editors {
position: relative;
display: flex;
flex-direction: row;
flex: 1;
max-width: 100%;
}
.editor-column {
flex: 1;
display: flex;
flex-direction: column;
}
.editor-column:first-child {
margin-right: 20px;
}
.editor {
height: 500px;
border: 1px solid grey;
}