A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.0 KiB

  1. /*
  2. * This is a manifest file that'll be compiled into application.css, which will include all the files
  3. * listed below.
  4. *
  5. * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
  6. * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
  7. *
  8. * You're free to add application-wide styles to this file and they'll appear at the bottom of the
  9. * compiled file so the styles you add here take precedence over styles defined in any styles
  10. * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
  11. * file per style scope.
  12. *
  13. *= require_tree .
  14. *= require_self
  15. */
  16. header #home-link {
  17. text-decoration: none;
  18. color: black;
  19. font-family: sans-serif;
  20. }
  21. header #corp-logo {
  22. width: 64px;
  23. height: 64px;
  24. vertical-align: middle;
  25. margin-right: 0.5em;
  26. }
  27. header #corp-name {
  28. font-size: 250%;
  29. vertical-align: middle;
  30. }
  31. header #user-links {
  32. float: right;
  33. margin: 0.5em;
  34. }