Angular LMS app
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

55 line
885 B

  1. .page {
  2. background-color: var(--black);
  3. height: 100vh;
  4. padding-bottom: 60px;
  5. overflow: auto;
  6. }
  7. h2 {
  8. padding: 0 5%;
  9. font-size: 22px;
  10. margin: 20px auto 10px;
  11. color: white;
  12. font-weight: 400;
  13. }
  14. .description {
  15. width: 90%;
  16. margin: 0 auto;
  17. color: white;
  18. p {
  19. margin-bottom: 20px;
  20. font-size: 14px;
  21. line-height: 2;
  22. }
  23. }
  24. .next-button {
  25. position: fixed;
  26. left: 0px;
  27. bottom: 0px;
  28. background-color: var(--ash-black);
  29. color: var(--light-grey);
  30. font-size: 14px;
  31. width: 100%;
  32. height: 50px;
  33. border: 0px;
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. box-shadow: 0px 0px 5px var(--black);
  38. .icon {
  39. width: 20px;
  40. height: 20px;
  41. fill: var(--light-grey);
  42. margin-right: 5px;
  43. }
  44. }
  45. ngx-siema-slide {
  46. display: block;
  47. }