convergencelabs_monaco-coll.../example/example.css

52 lines
768 B
CSS
Raw Normal View History

2019-03-04 04:18:50 +00:00
.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;
}
2019-03-04 04:18:50 +00:00
.editors {
position: relative;
2019-03-04 04:18:50 +00:00
display: flex;
flex-direction: row;
flex: 1;
max-width: 100%;
2019-03-04 04:18:50 +00:00
}
.editor-column {
flex: 1;
display: flex;
flex-direction: column;
}
.editor-column:first-child {
margin-right: 20px;
2019-03-04 04:18:50 +00:00
}
.editor {
height: 500px;
border: 1px solid grey;
}