accounts.css.scss 425 B

123456789101112131415161718192021222324
  1. // Place all the styles related to the Accounts controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .accounts_table th.accounts_header_name
  5. {
  6. width: 20em;
  7. }
  8. .accounts_table th.accounts_header_edit
  9. {
  10. width: 5em;
  11. }
  12. .accounts_table th.accounts_header_destroy
  13. {
  14. width: 4em;
  15. }
  16. .accounts_table th.accounts_header_create_ven
  17. {
  18. width: 6em;
  19. }