Fixed Expiry Alerts
This commit is contained in:
@@ -106,6 +106,19 @@ header{
|
||||
animation: bumping_green_bg 4s linear 2s infinite;
|
||||
}
|
||||
|
||||
.alert_orange{
|
||||
background-color: #e26e00;
|
||||
color:#ffd2a8;
|
||||
box-shadow: 0 0 10px 1px black inset;;
|
||||
}
|
||||
|
||||
.alert_yellow{
|
||||
background-color: #d1ce00;
|
||||
color:#fffebf;
|
||||
box-shadow: 0 0 10px 1px black inset;;
|
||||
}
|
||||
|
||||
|
||||
footer{
|
||||
position:fixed;
|
||||
display:flex;
|
||||
|
||||
Reference in New Issue
Block a user