mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
18 lines
266 B
SCSS
Executable File
18 lines
266 B
SCSS
Executable File
// 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;
|
|
}
|