UNPKG

325 BSCSSView Raw
1.ag-date-time-list-page-title-bar {
2 display: flex;
3}
4
5.ag-date-time-list-page-column-labels-row,
6.ag-date-time-list-page-entries-row {
7 display: flex;
8}
9
10.ag-date-time-list-page-column-label,
11.ag-date-time-list-page-entry {
12 flex-basis: 0;
13 flex-grow: 1;
14}
15
16.ag-date-time-list-page-entry {
17 cursor: pointer;
18}
\No newline at end of file