Angular job portal app
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

75 строки
1.5 KiB

  1. .roundDescription {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. text-align: center;
  6. justify-content: space-around;
  7. height: 44vh;
  8. width: 90%;
  9. margin: 0 auto;
  10. ion-icon {
  11. width: 8rem;
  12. height: 8rem;
  13. padding-top: 2rem;
  14. }
  15. .heading {
  16. color: #363636;
  17. font-weight: 300;
  18. font-size: 2.4rem;
  19. }
  20. .description {
  21. color: #868686;
  22. font-size: 1.4rem;
  23. line-height: 2.8rem;
  24. }
  25. }
  26. .quizDescription {
  27. height: 44vh;
  28. display: flex;
  29. flex-direction: column;
  30. justify-content: space-around;
  31. background-color: #151515;
  32. background-image: url("../../assets/icons/desktop-particles-2.svg");
  33. background-repeat: no-repeat;
  34. background-position: 25% 30%;
  35. .heading {
  36. color: #BCBCBC;
  37. font-weight: 300;
  38. letter-spacing: 0.024rem;
  39. font-size: 2.4rem;
  40. margin-left: 2rem;
  41. }
  42. .description {
  43. margin-left: 2rem;
  44. .textHolder {
  45. display: flex;
  46. margin-bottom: 2rem;
  47. .text {
  48. color: #E5E5E5;
  49. font-size: 1.4rem;
  50. font-weight: 600;
  51. margin-left: 2rem;
  52. }
  53. }
  54. }
  55. ion-button {
  56. --background: var(--primary-button-color);
  57. font-weight: 500;
  58. font-family: 'Poppins', sans-serif;
  59. width: 90%;
  60. margin: 0 auto;
  61. }
  62. .wish {
  63. color: #E5E5E5;
  64. font-size: 1.8rem;
  65. text-align: center;
  66. }
  67. }