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.
|
- .joiningLetterContent {
-
- .offerLetter {
- height: 78vh;
- }
-
- .buttonHolder {
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 95%;
- margin: 0 auto;
-
- a{
- text-decoration: none;
- }
-
- ion-button {
- width: 15rem;
- height: 4rem;
- }
-
- .callUs {
- ion-button {
- margin-bottom: 0;
- --background: transparent;
- --border-width: 0.1rem;
- --border-color: var(--primary-button-color);
- --border-style: solid;
- --color: var(--primary-button-color);
- }
- }
-
- .agree {
- ion-button {
- margin-bottom: 0;
- --background: var(--primary-button-color);
- }
- }
-
-
- }
- }
|