Angular job portal app
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

72 řádky
1.6 KiB

  1. .assignmentCompleted {
  2. .description {
  3. .icon {
  4. margin-top: 4rem;
  5. display: flex;
  6. justify-content: center;
  7. ion-icon {
  8. width: 10rem;
  9. height: 10rem;
  10. }
  11. }
  12. .stepDescription {
  13. h4 {
  14. color: #363636;
  15. text-align: center;
  16. font-size: 2.4rem;
  17. font-weight: 300;
  18. letter-spacing: 0.024rem;
  19. margin-top: 3rem;
  20. }
  21. p {
  22. color: #868686;
  23. font-size: 1.4rem;
  24. text-align: center;
  25. width: 90%;
  26. margin: 0 auto;
  27. margin-top: 2rem;
  28. line-height: 1.8;
  29. }
  30. }
  31. }
  32. .buttonHolder {
  33. display: flex;
  34. justify-content: space-around;
  35. align-items: center;
  36. a{
  37. text-decoration: none;
  38. }
  39. ion-button {
  40. width: 18rem;
  41. height: 5rem;
  42. }
  43. .dashboard {
  44. ion-button {
  45. margin-top: 35vh;
  46. margin-bottom: 0;
  47. --background: transparent;
  48. --border-width: 0.1rem;
  49. --border-color: var(--primary-button-color);
  50. --border-style: solid;
  51. --color: var(--primary-button-color);
  52. }
  53. }
  54. .nextStep {
  55. ion-button {
  56. margin-top: 35vh;
  57. margin-bottom: 0;
  58. --background: var(--primary-button-color);
  59. }
  60. }
  61. }
  62. }