Improvements to new menu product category editing and adding new
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
width: 600px
|
||||
background-color: #fff
|
||||
padding: 1em
|
||||
max-height: calc(100% - 20px)
|
||||
overflow-y: scroll
|
||||
.modal-close
|
||||
+button($bg: #ddd)
|
||||
.modal-confirm
|
||||
.modal-save
|
||||
.modal-destroy
|
||||
+button($bg: $alert-color)
|
||||
margin-right: 8px
|
||||
.modal-alert
|
||||
color: $alert-color
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.row.product_category-container
|
||||
margin-bottom: 15px
|
||||
.product_category-header
|
||||
border-top: 1px solid #ccc
|
||||
border-bottom: 1px solid #ccc
|
||||
|
||||
Reference in New Issue
Block a user