Skip to content

Commit

Permalink
Fix error on comple register style
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorCarvalho67 committed Oct 30, 2024
1 parent 7a75916 commit 2aaf6da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/scss/pages/aluno/_complete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ main {
margin-top: 10px;
}

h3{
@include font-inter(500);
opacity: .5;
}

.input-box {
height: 65px;
@include flex(column, center, flex-start);
Expand Down Expand Up @@ -195,6 +200,7 @@ p {
border: solid 1px $primary-color-orange;
cursor: pointer;
transition: 0.1s linear;
margin-right: 10px;

&:hover {
background-color: $secondary-color-dark;
Expand Down

0 comments on commit 2aaf6da

Please sign in to comment.