aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_responsive-tests.scss
blob: 9656a2bc3e0c7c8739881d0f00408dc0923b3284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// scss-lint:disable ImportantRule

//
// Responsive tests
//

// Responsive (scrollable) doc tables
.table-responsive .highlight pre {
  white-space: normal;
}

// Utility classes table
.bd-table th small {
  display: block;
  font-weight: normal;
  color: #999;
}