_dashboard_list.scss 488 B

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