UNPKG

2.03 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 {
70 cursor: pointer;
71}
72.prism-table__body-row--selectable:focus, .prism-table__body-row--selectable:hover {
73 background: #fafafa;
74}
75.prism-table__body-row--selected {
76 background: #fafafa;
77}
78.prism-table__body-cell {
79 padding: 1em;
80 white-space: nowrap;
81}
82.prism-table__body-cell--align-center {
83 text-align: center;
84}
85.prism-table__body-cell--align-end {
86 text-align: right;
87}
88.prism-table__body-cell--width-preview {
89 width: 30px;
90 min-width: 30px;
91}
92.prism-table__body-cell--width-small {
93 width: 5%;
94}
95.prism-table__link {
96 color: rgba(0, 0, 0, 0.87);
97}
\No newline at end of file