twbs--bootstrap/assets/scss/_responsive-tests.scss

18 lines
266 B
SCSS
Raw Normal View History

2016-02-06 20:28:18 +00:00
// scss-lint:disable ImportantRule
//
// Responsive tests
//
// Responsive (scrollable) doc tables
.table-responsive .highlight pre {
white-space: normal;
}
// Utility classes table
2017-03-03 20:59:21 +00:00
.bd-table th small {
display: block;
font-weight: normal;
color: #999;
}