Product error handling
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
.modal
|
||||
margin: 10px auto
|
||||
width: 600px
|
||||
max-width: 100%
|
||||
background-color: #fff
|
||||
padding: 1em
|
||||
max-height: calc(100% - 20px)
|
||||
overflow-y: scroll
|
||||
z-index: 6524
|
||||
.modal-close
|
||||
+button($bg: #ddd)
|
||||
.modal-confirm
|
||||
@@ -29,6 +31,7 @@
|
||||
top: 0
|
||||
left: 0
|
||||
background-color: rgba(0, 0, 0, 0.5)
|
||||
z-index: 6522
|
||||
|
||||
.flush--top
|
||||
margin-top: 0
|
||||
|
||||
Reference in New Issue
Block a user