add style on popup

This commit is contained in:
bechi 2014-12-12 02:21:32 -03:00
commit 041b2c615f
3 changed files with 118 additions and 89 deletions

View file

@ -52,6 +52,10 @@
padding: 1rem 0;
}
.reveal-modal {
padding: 0.5rem;
}
header {
height: 45px;
line-height: 110%;
@ -290,5 +294,14 @@
padding: 15px;
}
.button-popup {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #F3F5F6;
padding: 1rem 0;
}
}