mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-17 00:35:55 +01:00
7 lines
415 B
CSS
7 lines
415 B
CSS
.notifications{position:fixed;}.notifications.top-right{right:10px;top:25px;}
|
|
.notifications.top-left{left:10px;top:25px;}
|
|
.notifications.bottom-left{left:10px;bottom:25px;}
|
|
.notifications.bottom-right{right:10px;bottom:25px;}
|
|
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
|
|
.notifications.center{top:48%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}
|