Add button to close inline popups

This commit is contained in:
Frederic Guillot
2016-11-12 14:15:26 -05:00
parent 544da3150a
commit 6225469b91
5 changed files with 32 additions and 5 deletions

View File

@@ -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