Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
feat(datatable): better configurable DataTable head font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Apr 7, 2021
1 parent a2341db commit 0806cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import './variables';

.s-tbl-head {
font-weight: map-get($font-weights, 'medium');
font-weight: $tbl-head-font-weight;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ $tbl-border-color: rgba(0, 0, 0, 0.12);
$tbl-border-radius: $border-radius-root !default;
$tbl-border-width: 1px;
$tbl-background-hover: rgba(0, 0, 0, 0.04);
$tbl-head-font-weight: map-get($font-weights, 'medium');

0 comments on commit 0806cf2

Please sign in to comment.