2017-09-02 01:50:31 +00:00
|
|
|
hr {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog.modal-wide {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Fix weird style where this is overwritten and cannot be styled inside a well.
|
|
|
|
.well {
|
2017-12-05 01:47:27 +00:00
|
|
|
// The default of 19 doesn't match any existing elements, which use either 15 or @padding-vertical/horizontal-base
|
|
|
|
padding: 15px;
|
2017-09-02 01:50:31 +00:00
|
|
|
blockquote {
|
|
|
|
border-color: @blockquote-border-color;
|
|
|
|
}
|
2017-12-05 01:47:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.well-lg {
|
|
|
|
padding: 20px;
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|