_dashboard_list.scss 460 B

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