UNPKG

1.98 kBCSSView Raw
1.prism-table {
2 color: rgba(0, 0, 0, 0.54);
3 width: 100%;
4 overflow: scroll;
5 font-size: 0.9rem;
6 background: #FFFFFF;
7 border-collapse: collapse;
8}
9.prism-table--inherits thead {
10 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
11}
12.prism-table--inherits thead tr {
13 padding: 0 1em;
14 text-align: left;
15}
16.prism-table--inherits thead th {
17 padding: 1em;
18 white-space: nowrap;
19 border-bottom: 1px solid #eeeeee;
20}
21.prism-table--inherits tbody {
22 padding: 0 1em;
23 font-family: "Roboto", "Arial", sans-serif;
24}
25.prism-table--inherits tbody tr {
26 padding: 0 1em;
27 border-bottom: 1px solid #eeeeee;
28}
29.prism-table--inherits tbody td {
30 padding: 1em;
31 white-space: nowrap;
32}
33.prism-table__header {
34 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
35}
36.prism-table__header-row {
37 padding: 0 1em;
38 text-align: left;
39}
40.prism-table__header-cell {
41 padding: 1em;
42 white-space: nowrap;
43 border-bottom: 1px solid #eeeeee;
44}
45.prism-table__header-cell--align-center {
46 text-align: center;
47}
48.prism-table__header-cell--align-end {
49 text-align: right;
50}
51.prism-table__header-cell--width-preview {
52 width: 30px;
53 min-width: 30px;
54}
55.prism-table__header-cell--width-small {
56 width: 5%;
57}
58.prism-table__icon {
59 color: rgba(0, 0, 0, 0.54);
60}
61.prism-table__body {
62 padding: 0 1em;
63 font-family: "Roboto", "Arial", sans-serif;
64}
65.prism-table__body-row {
66 padding: 0 1em;
67 border-bottom: 1px solid #eeeeee;
68}
69.prism-table__body-row--selectable:focus, .prism-table__body-row--selectable:hover {
70 background: #fafafa;
71}
72.prism-table__body-row--selected {
73 background: #fafafa;
74}
75.prism-table__body-cell {
76 padding: 1em;
77 white-space: nowrap;
78}
79.prism-table__body-cell--align-center {
80 text-align: center;
81}
82.prism-table__body-cell--align-end {
83 text-align: right;
84}
85.prism-table__body-cell--width-preview {
86 width: 30px;
87 min-width: 30px;
88}
89.prism-table__body-cell--width-small {
90 width: 5%;
91}
92.prism-table__link {
93 color: rgba(0, 0, 0, 0.87);
94}
\No newline at end of file