feat(ux): dashboard edit mode progress

This commit is contained in:
Torkel Ödegaard
2016-10-24 13:50:38 +02:00
parent 29e834e74b
commit 01627b3a68
9 changed files with 188 additions and 237 deletions

View File

@@ -211,7 +211,7 @@ div.flot-text {
.dash-row-handle-column {
width: 2rem;
background: $page-bg;
background: $input-label-bg;
display: flex;
flex-direction: column;
}
@@ -235,7 +235,7 @@ div.flot-text {
flex-direction: row;
text-align: left;
align-items: center;
background: $page-bg;
background: $input-label-bg;
margin-right: $panel-margin;
}