Angular LMS app
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

23 lines
457 B

  1. /* You can add global styles to this file, and also import other style files */
  2. * {
  3. font-family: 'Roboto', sans-serif;
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: border-box;
  7. line-height: 1.7;
  8. letter-spacing: 0.5px;
  9. font-weight: 400;
  10. outline: none;
  11. }
  12. :root {
  13. --black: #1a1a1a;
  14. --ash-black: #282828;
  15. --dark-grey: #4d4d4d;
  16. --light-grey: #999999;
  17. --teal: #06c4a8;
  18. --green: #8cc63f;
  19. --teal-green: #08c17e;
  20. }