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.
 
 
 
 
 
 

21 lines
497 B

  1. @import url("../../../css/bootstrap.min.css");
  2. @import url("../../../libs/font-awesome/css/font-awesome.min.css");
  3. html,
  4. body {
  5. height: 100%;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  9. font-weight: 400;
  10. overflow-x: hidden;
  11. overflow-y: auto;
  12. background: #f4f6f8;
  13. font-size: 14px;
  14. color: #616161;
  15. }
  16. .container {
  17. max-width: 850px;
  18. margin: 0 auto;
  19. padding: 50px;
  20. }