users.scss 319 B

1234567891011121314151617
  1. // Place all the styles related to the Users controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .user-info {
  5. h1 {
  6. font-size: 2em;
  7. }
  8. ul {
  9. padding-left: 0;
  10. li {
  11. list-style: none;
  12. font-size: 1.1em;
  13. }
  14. }
  15. }