bootstrap-fluent-design_tem.../scss/_tables.scss
Bartek Malanowski 4326eaea93 initial release
2018-07-17 09:11:21 +02:00

17 lines
219 B
SCSS

// 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;
}
}
}