2022-06-14 22:51:00 +02:00
|
|
|
.cancelButton {
|
|
|
|
/*Button alignment*/
|
|
|
|
width: 25%;
|
|
|
|
height: 5%;
|
|
|
|
margin-left: 15%;
|
|
|
|
|
|
|
|
|
|
|
|
/*Button visual*/
|
|
|
|
border-radius: 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #828282;
|
|
|
|
|
|
|
|
/*Text*/
|
2022-06-19 17:08:40 +02:00
|
|
|
font-family: Montserrat, serif;
|
|
|
|
font-size: 18px;
|
2022-06-14 22:51:00 +02:00
|
|
|
color: #ffffff;
|
2022-06-19 17:08:40 +02:00
|
|
|
font-weight: 600;
|
2022-06-14 22:51:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.submitButton {
|
|
|
|
/*Button alignment*/
|
|
|
|
width: 25%;
|
|
|
|
height: 5%;
|
2022-06-19 17:08:40 +02:00
|
|
|
margin-top: 3%;
|
2022-06-14 22:51:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
/*Button visual*/
|
|
|
|
border-radius: 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #007C36;
|
|
|
|
|
|
|
|
/*Text*/
|
2022-06-19 17:08:40 +02:00
|
|
|
font-family: Montserrat, serif;
|
|
|
|
font-size: 18px;
|
2022-06-14 22:51:00 +02:00
|
|
|
color: #ffffff;
|
2022-06-19 17:08:40 +02:00
|
|
|
font-weight: 600;
|
2022-06-14 22:51:00 +02:00
|
|
|
}
|