New project structure (#214)

This commit is contained in:
Peter Savchenko 2017-11-25 12:14:06 +03:00 committed by GitHub
commit ed28a85db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 0 additions and 800 deletions

View file

@ -1,30 +0,0 @@
.ce-code {
display: block;
width: 100%;
min-height: 100px;
border: 1px solid #ebeef3;
border-radius: 3px;
background: #fdfdff !important;
margin: 1em 0 !important;
padding: .5em .8em;
box-sizing: border-box;
white-space: pre-wrap;
font-family: 'monospace', 'monaco', 'consolas', 'courier';
line-height: 1.5em;
color: #325179;
font-size: .8em;
resize: vertical;
outline: none;
}
/**
* CodeX Editor styles overlay
* @todo change for ce-tool-wrapper__code
*/
.ce_block[data-type="code"]{
padding: 1em 0 !important;
}