mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
Ajout du système de popup sur reception d'un SMS
This commit is contained in:
parent
a2b9e3c1c5
commit
34a4790ca6
9 changed files with 91 additions and 3 deletions
|
@ -9,12 +9,19 @@
|
|||
}
|
||||
|
||||
/** POPUPS ALERT **/
|
||||
.popup-alert
|
||||
.popup-alerts-container
|
||||
{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 9999;
|
||||
z-index: 9998;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.popup-alert
|
||||
{
|
||||
width: 50%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/** FOOTER **/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue