Skip to content

Instantly share code, notes, and snippets.

@SmashBrando
Created April 7, 2015 06:13
Show Gist options
  • Save SmashBrando/86c4440c9c06b3278596 to your computer and use it in GitHub Desktop.
Save SmashBrando/86c4440c9c06b3278596 to your computer and use it in GitHub Desktop.
<div class="ghostDropBlock">
<span>Drop here to target this display option with this audience segment.</span>
</div>
.ghostDropBlock {
display: block;
min-height: 200px;
border: 3px dashed @gray_color;
padding: 50px;
text-align: center;
color: @gray_color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment