working on empty space / dropzone ghost panel

This commit is contained in:
Torkel Ödegaard
2016-10-30 12:05:11 +01:00
parent d98191ad65
commit 57cbefdf0a
5 changed files with 61 additions and 17 deletions

View File

@@ -165,6 +165,13 @@ div.flot-text {
display: none;
.panel-container {
border: 1px solid $dark-3;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
color: $text-muted;
font-weight: bold;
background: repeating-linear-gradient(-128deg, #111, #111 10px, #191919 10px, #222 20px);
}
}