add .panel-primary
This commit is contained in:
parent
0fbfa167e1
commit
2f8deea95a
4 changed files with 27 additions and 0 deletions
10
docs/assets/css/bootstrap.css
vendored
10
docs/assets/css/bootstrap.css
vendored
|
|
@ -3033,6 +3033,16 @@ a.list-group-item.active .list-group-item-text {
|
|||
border-top-left-radius: 3px;
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
border-color: #428bca;
|
||||
}
|
||||
|
||||
.panel-primary .panel-heading {
|
||||
color: #ffffff;
|
||||
background-color: #428bca;
|
||||
border-color: #428bca;
|
||||
}
|
||||
|
||||
.panel-success {
|
||||
border-color: #d6e9c6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue