mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-17 23:12:58 +00:00
use theme-color modifiers for .alert-*
* use theme-color modifiers for `.alert-*` 📖 http://getbootstrap.com/docs/4.0/getting-started/theming/#modifiers
This commit is contained in:
16
docs/4/flatly/bootstrap.css
vendored
16
docs/4/flatly/bootstrap.css
vendored
@@ -8907,20 +8907,28 @@ a.text-dark:focus, a.text-dark:hover {
|
||||
background-color: #2C3E50;
|
||||
}
|
||||
|
||||
.alert-secondary {
|
||||
background-color: #95a5a6;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
background-color: #18BC9C;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
background-color: #E74C3C;
|
||||
.alert-info {
|
||||
background-color: #3498DB;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
background-color: #F39C12;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
background-color: #3498DB;
|
||||
.alert-danger {
|
||||
background-color: #E74C3C;
|
||||
}
|
||||
|
||||
.alert-light {
|
||||
background-color: #ecf0f1;
|
||||
}
|
||||
|
||||
.alert-dark {
|
||||
|
Reference in New Issue
Block a user