Add .panel-title to panel component to mirror modals
/cc @leeaston
This commit is contained in:
parent
ac4e7db17f
commit
56404bc89b
4 changed files with 45 additions and 11 deletions
9
dist/css/bootstrap.css
vendored
9
dist/css/bootstrap.css
vendored
|
|
@ -2269,14 +2269,19 @@ a.list-group-item.active .list-group-item-text {
|
|||
.panel-heading {
|
||||
padding: 10px 15px;
|
||||
margin: -15px -15px 15px;
|
||||
font-size: 17.5px;
|
||||
font-weight: 500;
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
border-top-right-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: 17.5px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
padding: 10px 15px;
|
||||
margin: 15px -15px -15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue