80 lines
1.7 KiB
Sass
80 lines
1.7 KiB
Sass
.section-edit-mode-button
|
|
margin-left: 5px
|
|
span
|
|
@extend .fa
|
|
@extend .fa-lg
|
|
@extend .fa-edit
|
|
.section-normal-mode-button
|
|
margin-left: 5px
|
|
span
|
|
@extend .fa
|
|
@extend .fa-lg
|
|
@extend .fa-save
|
|
.section-rollback-button
|
|
margin-left: 5px
|
|
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
|
|
$icon-right-margin: 16px
|
|
ul
|
|
list-style: none
|
|
margin: 0
|
|
padding: 0
|
|
li
|
|
border-bottom: 1px solid #bbb
|
|
a
|
|
font-size: 0.8em
|
|
display: block
|
|
padding: 4px 7px
|
|
&:hover
|
|
background-color: #ddd
|
|
span.qr-icon
|
|
margin-right: $icon-right-margin
|
|
.section-destroy
|
|
color: $alert-color
|
|
span.section-add-tables-icon
|
|
@extend .fa
|
|
@extend .fa-plus-square
|
|
span
|
|
padding-left: 7px
|
|
span.section-arrange-tables-icon
|
|
@extend .fa
|
|
@extend .fa-th
|
|
span
|
|
padding-left: 7px
|
|
span.section-remove-icon
|
|
@extend .fa, .fa-trash-o
|
|
span
|
|
padding-left: 7px
|
|
span.section-add-section-element-icon
|
|
@extend .fa, .fa-image
|
|
span
|
|
padding-left: 7px
|
|
span.section-add-section-area-icon
|
|
@extend .fa, .fa-square
|
|
span
|
|
padding-left: 7px
|
|
input
|
|
height: auto
|
|
padding-top: 4px
|
|
padding-bottom: 4px
|
|
&.section-edit-title-field
|
|
margin-right: 10px
|