Supplier section management improvements
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
.section-edit-mode-button
|
||||
+button
|
||||
margin: 0
|
||||
padding: 2px
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-lg
|
||||
@extend .fa-edit
|
||||
.section-normal-mode-button
|
||||
+button
|
||||
margin: 0
|
||||
padding: 2px
|
||||
margin-left: 8px
|
||||
span
|
||||
@extend .fa
|
||||
@extend .fa-lg
|
||||
@@ -14,6 +21,35 @@
|
||||
.section-manage-tables
|
||||
.dropdown-container
|
||||
margin-right: 10px
|
||||
$icon-right-margin: 8px
|
||||
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.table-qr-codes
|
||||
margin-right: $icon-right-margin
|
||||
.section-destroy
|
||||
color: $alert-color
|
||||
span.section-add-tables-icon
|
||||
@extend .fa
|
||||
@extend .fa-plus-square
|
||||
margin-right: $icon-right-margin
|
||||
span.section-arrange-tables-icon
|
||||
@extend .fa
|
||||
@extend .fa-th
|
||||
margin-right: $icon-right-margin
|
||||
span.section-remove-icon
|
||||
@extend .fa
|
||||
@extend .fa-trash-o
|
||||
margin-right: $icon-right-margin
|
||||
input
|
||||
height: auto
|
||||
padding-top: 4px
|
||||
|
||||
Reference in New Issue
Block a user