mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Handle alert banners in alerts.rb
This commit is contained in:
parent
9e25b71df5
commit
b520e53047
11 changed files with 24 additions and 68 deletions
|
@ -127,22 +127,9 @@ li p{
|
|||
font-style:italic;
|
||||
}
|
||||
|
||||
.alert-message{
|
||||
background-color:#fff;
|
||||
}
|
||||
.alert-message div{
|
||||
background-color:#fff;
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.alert-message.error div{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.alert-message.success div{
|
||||
background-color:#489e48;
|
||||
}
|
||||
.alert-message.info div{
|
||||
background-color:#517ea7;
|
||||
}
|
||||
.alert-message div div{
|
||||
margin:auto;
|
||||
width:960px;
|
||||
|
@ -151,6 +138,9 @@ li p{
|
|||
.alert-message,.alert-message a,.alert-message a:link,.alert-message a:active,.alert-message a:visited{
|
||||
color:#fff;
|
||||
}
|
||||
.alert-message a:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
#head{
|
||||
margin:30px 0px 30px 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue