Skip to content

Commit

Permalink
Merge pull request #89 from VitorCarvalho67/dev
Browse files Browse the repository at this point in the history
Fix error on comple register style
  • Loading branch information
VitorCarvalho67 authored Oct 30, 2024
2 parents 8ffdf70 + 2aaf6da commit 24ceb93
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 24ceb93

Please sign in to comment.