Add button to close inline popups
This commit is contained in:
@@ -19,9 +19,17 @@
|
||||
top: 5%
|
||||
left: 50%
|
||||
transform: translateX(-50%)
|
||||
padding: 15px
|
||||
padding: 0 15px 15px
|
||||
background: #fff
|
||||
overflow: auto
|
||||
|
||||
#popover-content-header
|
||||
text-align: right
|
||||
|
||||
#popover-close-button
|
||||
color: color('primary')
|
||||
&:hover
|
||||
color: color('error')
|
||||
|
||||
.popover-form
|
||||
margin-bottom: 0
|
||||
|
||||
Reference in New Issue
Block a user