Angular job portal app
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

72 linhas
1.6 KiB

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