UI improvements, save build feature partial implementation

This commit is contained in:
Colin McLeod
2015-05-02 00:04:57 -07:00
parent bca5ed899f
commit 71405e6cb7
21 changed files with 383 additions and 192 deletions

10
app/less/error.less Normal file
View File

@@ -0,0 +1,10 @@
.error {
width: 50%;
margin: 10% auto;
text-align: center;
small {
color: @primary-disabled;
}
}