Ember2 progress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user