Angular job portal app
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SubmitAssignment.module.scss 1.1 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .submitAssignment {
  2. .description {
  3. height: 50vh;
  4. .icon {
  5. margin-top: 4rem;
  6. display: flex;
  7. justify-content: center;
  8. ion-icon {
  9. width: 10rem;
  10. height: 10rem;
  11. }
  12. }
  13. .stepDescription {
  14. h4 {
  15. color: #363636;
  16. text-align: center;
  17. font-size: 2.4rem;
  18. font-weight: 300;
  19. letter-spacing: 0.024rem;
  20. margin-top: 3rem;
  21. }
  22. p {
  23. color: #868686;
  24. font-size: 1.4rem;
  25. text-align: center;
  26. width: 90%;
  27. margin: 0 auto;
  28. margin-top: 2rem;
  29. line-height: 1.8;
  30. }
  31. }
  32. }
  33. .inputHolder {
  34. // margin-top: 5rem;
  35. width: 95%;
  36. margin: 0 auto;
  37. }
  38. .submitAssigment {
  39. text-decoration: none;
  40. ion-button {
  41. width: 90%;
  42. margin: 0 auto;
  43. margin-top: 12rem;
  44. --background: var(--primary-button-color);
  45. }
  46. }
  47. }