ux: dashboard settings updated

This commit is contained in:
Torkel Ödegaard
2017-12-12 11:49:01 +01:00
parent cc046f03aa
commit 0a8bd5d289
8 changed files with 206 additions and 173 deletions

View File

@@ -67,3 +67,15 @@
padding-right: 5px;
}
}
.dashboard-settings__aside-actions {
display: flex;
flex-direction: column;
height: 100%;
flex-grow: 1;
margin: $spacer*3 $spacer*2 0 0;
button {
margin-bottom: 10px;
}
}