Ember2 progress
This commit is contained in:
@@ -1253,6 +1253,8 @@ $alert-color: #ee3e41
|
||||
font-weight: bold
|
||||
padding-left: 10px
|
||||
color: white
|
||||
.switch
|
||||
margin-bottom: 0
|
||||
|
||||
$button-margin: rem-calc(10)
|
||||
$button-qr-code-color: #555
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
font-size: 24px
|
||||
padding: 4px 0px
|
||||
.section-manage-tables
|
||||
margin: -26px 6px 4px 6px
|
||||
margin: -40px 6px 4px 6px
|
||||
min-width: 470px
|
||||
text-align: right
|
||||
.section-edit-title-field
|
||||
|
||||
Reference in New Issue
Block a user