└── main.css /main.css: -------------------------------------------------------------------------------- 1 | .lqs-date-picker { 2 | margin-right: 10px !important; 3 | margin-left: 10px !important; 4 | width: 150px; 5 | color: var(--light-color) !important; 6 | } 7 | 8 | .lqs-chart-icon { 9 | margin-left: 20px; 10 | } 11 | 12 | /* LQS report BY ITEM table */ 13 | .lqs-filter-search { 14 | display: flex; 15 | align-items: center; 16 | margin-bottom: 15px; 17 | margin-right: 20px; 18 | } 19 | 20 | .lqs-problem-select { 21 | margin-left: 10px; 22 | } 23 | 24 | .lqs-table-container { 25 | justify-self: center; 26 | display: grid; 27 | } 28 | --------------------------------------------------------------------------------