51 lines
1.1 KiB
Sass
51 lines
1.1 KiB
Sass
.section-edit-mode-button
|
|
+push-button($bg: $secondary-color)
|
|
color: $warning-color
|
|
margin-left: 5px
|
|
span
|
|
@extend .fa
|
|
@extend .fa-lg
|
|
@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
|
|
@extend .fa-undo
|
|
.arrange-tables-type-button
|
|
+button($bg: $secondary-color, $padding: $button-tny)
|
|
.arrange-tables-current-type
|
|
display: inline-block
|
|
margin-left: 10px
|
|
margin-right: 10px
|
|
.section-actions-menu-header
|
|
padding-top: 4px
|
|
padding-bottom: 4px
|
|
.arrange-content
|
|
input
|
|
width: 62px
|
|
display: inline-block
|
|
.section-manage-tables
|
|
.dropdown-container
|
|
margin-right: 10px
|
|
margin-left: 10px
|
|
.section-destroy
|
|
color: $alert-color
|
|
input
|
|
height: auto
|
|
padding-top: 4px
|
|
padding-bottom: 4px
|
|
&.section-edit-title-field
|
|
margin-right: 10px
|