_dashboard_list.scss 439 B

123456789101112131415161718192021222324252627
  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. }