Angular job portal 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.

JoiningLetter.module.scss 883 B

пре 3 година
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .joiningLetterContent {
  2. .offerLetter {
  3. height: 78vh;
  4. }
  5. .buttonHolder {
  6. display: flex;
  7. justify-content: space-around;
  8. align-items: center;
  9. width: 95%;
  10. margin: 0 auto;
  11. a{
  12. text-decoration: none;
  13. }
  14. ion-button {
  15. width: 15rem;
  16. height: 4rem;
  17. }
  18. .callUs {
  19. ion-button {
  20. margin-bottom: 0;
  21. --background: transparent;
  22. --border-width: 0.1rem;
  23. --border-color: var(--primary-button-color);
  24. --border-style: solid;
  25. --color: var(--primary-button-color);
  26. }
  27. }
  28. .agree {
  29. ion-button {
  30. margin-bottom: 0;
  31. --background: var(--primary-button-color);
  32. }
  33. }
  34. }
  35. }