Licitator 1.0
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.

28 lines
463 B

5 years ago
  1. #navigation {
  2. background: white;
  3. }
  4. #navigation > .navbar-custom > .container {
  5. margin-top: 30px;
  6. }
  7. #navigation > .navbar-custom {
  8. padding-bottom: 20px;
  9. }
  10. .navbar-custom ul.nav li a {
  11. font-size: 12px;
  12. letter-spacing: 1px;
  13. color: #444;
  14. text-transform: uppercase;
  15. font-weight: 700;
  16. }
  17. .login-page, .register-page {
  18. background: #cbcaca;
  19. }
  20. footer.footer.container {
  21. background: white;
  22. width: 100%;
  23. padding: 30px 0;
  24. }