new style for alerts
This commit is contained in:
parent
9d7fe5016d
commit
11388296d5
2 changed files with 17 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -20,6 +20,8 @@
|
|||
|
||||
- New style for buttons
|
||||
|
||||
- New style for alerts
|
||||
|
||||
- New Palette based on a work by Tobias Bernard for the Fractal application
|
||||
|
||||
- Color that aren't based on semantics
|
||||
|
|
|
@ -234,6 +234,21 @@ a.list-group-item:hover {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/* ------------------ ALERTS ------------------- */
|
||||
|
||||
.alert {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
border-color:rgba(0, 0, 0, 0.3);
|
||||
color:rgba(0, 0, 0, 0.7);
|
||||
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3)
|
||||
}
|
||||
|
||||
.alert a, .alert-link {
|
||||
color:rgba(0, 0, 0, 0.7);
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
/* ------------------ BREADCRUMB ------------------- */
|
||||
|
||||
.breadcrumb {
|
||||
|
|
Reference in a new issue