14 lines
167 B
CSS
14 lines
167 B
CSS
|
/* Publish Form */
|
||
|
|
||
|
/* blocks */
|
||
|
.publish {
|
||
|
|
||
|
}
|
||
|
|
||
|
/* elements */
|
||
|
.publish-dropzone {
|
||
|
border: 1px dashed lightgrey;
|
||
|
padding: 1em;
|
||
|
height: 13em;
|
||
|
background: #F5F0EF;
|
||
|
}
|