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

@@ -17,6 +17,10 @@
padding: 5vh 0px;
background-color: $second-color;
cursor: pointer;
transition: 0.4s ease-in-out;
h2 {
@include titleFont();
@include normalizeTitle();
@@ -24,6 +28,11 @@
color: #ffffff;
}
}
.active-option {
cursor: initial;
background-color: $second-color-darker;
}
}
.form-container {

View File

@@ -41,6 +41,7 @@ $border-color: #969696;
$main-color: #62D2A2;
$second-color: #1FAB89;
$second-color-darker: #15745c;
$light-color: #9DF3C4;
$lightest-color: #D7FBE8;