Skip to content

Commit df8d029

Browse files
committed
custom table header to allow control of hidden columns for view breakpoints
1 parent 6236dd1 commit df8d029

File tree

14 files changed

+1245
-944
lines changed

14 files changed

+1245
-944
lines changed

public/css/all.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/fonts.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
@font-face {
2+
font-family: 'Material Icons';
3+
font-style: normal;
4+
font-weight: 400;
5+
src: url(/css/fonts.ttf) format('truetype');
6+
}
7+
8+
.material-icons {
9+
font-family: 'Material Icons';
10+
font-weight: normal;
11+
font-style: normal;
12+
font-size: 24px;
13+
line-height: 1;
14+
letter-spacing: normal;
15+
text-transform: none;
16+
display: inline-block;
17+
white-space: nowrap;
18+
word-wrap: normal;
19+
direction: ltr;
20+
}

public/css/fonts.ttf

158 KB
Binary file not shown.

0 commit comments

Comments
 (0)