bootstrap-fluent-design_tem.../scss/_tables.scss

17 lines
219 B
SCSS
Raw Normal View History

2018-07-17 08:11:21 +01:00
// Tables
table {
&.table {
thead {
th {
border-top: none;
}
}
.th-lg {
min-width: $table-th-lg-min-width;
}
.th-sm {
min-width: $table-th-sm-min-width;
}
}
}