51 lines
1.2 KiB
Sass
51 lines
1.2 KiB
Sass
//=push-action-button($color: $primary-color)
|
|
// +button($bg: $color, $padding: $button-tny)
|
|
// margin-bottom: 0
|
|
// &.right
|
|
// margin-left: 8px
|
|
|
|
//.push-action
|
|
// $push-action-padding: $button-tny
|
|
// +push-action-button
|
|
// .icon
|
|
// @extend .fa
|
|
// &.new
|
|
// +push-action-button($primary-color)
|
|
// .icon
|
|
// @extend .fa-plus
|
|
// &.edit
|
|
// +push-action-button($warning-color)
|
|
// .icon
|
|
// @extend .fa-pencil
|
|
// &.destroy
|
|
// +push-action-button($alert-color)
|
|
// .icon
|
|
// @extend .fa-trash
|
|
// &.save
|
|
// +push-action-button($success-color)
|
|
// .icon
|
|
// @extend .fa-save
|
|
// &.rollback
|
|
// +push-action-button($secondary-color)
|
|
// .icon
|
|
// @extend .fa-undo
|
|
// &.show
|
|
// +push-action-button($info-color)
|
|
// .icon
|
|
// @extend .fa-eye
|
|
// &.sort
|
|
// +push-action-button($sort-background-color)
|
|
// .icon
|
|
// @extend .fa-sort
|
|
|
|
// &.new, &.edit, &.save, &.rollback, &.destroy, &.show, &.info
|
|
// margin-right: rem-calc(20)
|
|
// &:last-of-type
|
|
// margin-right: 0
|
|
// .push-action-content
|
|
// padding-left: rem-calc(10)
|
|
|
|
.workflow-instance-workflow-group-title, .workflow-action-definition-item, .project-header
|
|
.push-action
|
|
margin: 0
|