_dashboard_list.scss 460 B

12345678910111213141516171819202122232425262728
  1. .dashboard-list {
  2. .search-results-container {
  3. padding: 5px 0 0 0;
  4. }
  5. }
  6. .search-results-filter-row {
  7. height: 35px;
  8. display: flex;
  9. justify-content: space-between;
  10. .gf-form-button-row {
  11. padding-top: 0;
  12. button:last-child {
  13. margin-right: 0;
  14. }
  15. }
  16. }
  17. .search-results-filter-row__filters {
  18. display: flex;
  19. }
  20. .search-results-filter-row__filters-item {
  21. width: 150px;
  22. margin-right: 0;
  23. }