active_admin.css.scss 433 B

1234567891011121314151617181920212223242526272829303132
  1. // Active Admin CSS Styles
  2. @import "active_admin/mixins";
  3. @import "active_admin/base";
  4. // To customize the Active Admin interfaces, add your
  5. // styles here:
  6. .panel{
  7. margin-bottom: 0px;
  8. }
  9. .panel_contents table {
  10. margin: 0px;
  11. }
  12. .panel_contents table th {
  13. padding-top: 0px;
  14. }
  15. .panel > div {
  16. padding-top: 0px;
  17. padding-bottom: 5px;
  18. }
  19. .panel > h3 {
  20. margin-bottom: 0px;
  21. }
  22. td {
  23. padding-top: 0px;
  24. padding-bottom: 0px;
  25. }