Style and dinamic URL for the form done

This commit is contained in:
2021-09-25 19:20:06 -03:00
parent 8e72320c28
commit 5fb6f228ea
7 changed files with 67 additions and 7 deletions

View File

@@ -349,6 +349,8 @@
justify-content: space-around;
padding: 5vh 0px;
background-color: #1FAB89;
cursor: pointer;
transition: 0.4s ease-in-out;
}
.identify-container .identify .options-container .option h2 {
font-family: "Raleway", sans-serif;
@@ -358,6 +360,10 @@
user-select: none;
color: #ffffff;
}
.identify-container .identify .options-container .active-option {
cursor: initial;
background-color: #15745c;
}
.identify-container .identify .form-container {
display: flex;
justify-content: center;