feat(alerting): poc of dragable alert handles

This commit is contained in:
Torkel Ödegaard
2016-06-11 14:37:33 +02:00
parent 66c2594262
commit 0b919c752b
2 changed files with 6 additions and 0 deletions

View File

@@ -315,3 +315,8 @@
font-size: 12px;
}
.alert-handle {
padding: 0.4rem;;
background-color: $dark-4;
box-shadow: $search-shadow;
}