Ajout du système de popup sur reception d'un SMS

This commit is contained in:
Pierre-Lin Bonnemaison 2015-08-16 03:25:41 +02:00
parent a2b9e3c1c5
commit 34a4790ca6
9 changed files with 91 additions and 3 deletions

View file

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