pixdisp/www/css/app.css

28 lines
351 B
CSS

#artboard {
border: 1px solid #00d1b2;
width: 100%;
}
.paletteBox {
border: 1px solid whitesmoke;
width: 10%;
height: 10%;
float: left;
margin: 0 1% 1% 0;
}
#videoStream {
display: none;
}
#editor {
width: 100%;
height: 400px;
}
.ace_status-indicator {
color: gray;
position: absolute;
right: 0;
border-left: 1px solid;
}