add style on popup
This commit is contained in:
parent
61e72c7feb
commit
041b2c615f
3 changed files with 118 additions and 89 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue