Skip to content

Commit

Permalink
#279: Update form UI and added contact link to metamine page
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Dec 5, 2022
1 parent 0b86e4c commit 0d34844
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/src/assets/css/modules/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
font-size: 1.5rem;
font-family: inherit;
color: $primary;
padding: 1.5rem .2rem;
padding: 1.5rem 1rem;
border-radius: 2px;
background-color: rgba($primary-white, .5);
border: none;
Expand Down Expand Up @@ -113,9 +113,9 @@
}

&__radio-button {
height: 2.5rem;
width: 2.5rem;
border: 5px solid $primary;
height: 2rem;
width: 2rem;
border: 3px solid $primary;
border-radius: 50%;
display: inline-block;
position: absolute;
Expand All @@ -125,8 +125,8 @@
&::after {
content: "";
display: block;
height: 1rem;
width: 1rem;
height: 0.8rem;
width: 0.8rem;
border-radius: 50%;
position: absolute;
top: 47.38%;
Expand Down
2 changes: 1 addition & 1 deletion app/src/pages/metamine/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</li>
<li>
<div class="nav_menu--container">
<a class="u--default-size nav_menu--handler" href="#">CONTACT US</a>
<a class="u--default-size nav_menu--handler" href="/nm/contact">CONTACT US</a>
</div>
</li>
<li>
Expand Down

0 comments on commit 0d34844

Please sign in to comment.