fchat-rising/less/flist_overrides.less

25 lines
472 B
Plaintext
Raw Normal View History

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 {
// 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;
}
}
.well-lg {
padding: 20px;
2017-09-02 01:50:31 +00:00
}