Ember2 progress

This commit is contained in:
2015-08-17 15:13:31 +02:00
parent 5d02f5d37b
commit 2df1b38e8f
34 changed files with 229 additions and 206 deletions
@@ -1,4 +1,6 @@
.section-edit-mode-button
+push-button($bg: $secondary-color)
color: $warning-color
margin-left: 5px
span
@extend .fa
@@ -6,12 +8,17 @@
@extend .fa-edit
.section-normal-mode-button
margin-left: 5px
+push-button($bg: $secondary-color)
color: $success-color
span
@extend .fa
@extend .fa-lg
@extend .fa-save
.section-rollback-button
margin-left: 5px
margin-right: 12px
+push-button($bg: $secondary-color)
color: $warning-color
span
@extend .fa
@extend .fa-lg
@@ -32,6 +39,7 @@
.section-manage-tables
.dropdown-container
margin-right: 10px
margin-left: 10px
.section-destroy
color: $alert-color
input