Skip to content

Commit 24ceb93

Browse files
Merge pull request #89 from VitorCarvalho67/dev
Fix error on comple register style
2 parents 8ffdf70 + 2aaf6da commit 24ceb93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/src/scss/pages/aluno/_complete.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ main {
9090
margin-top: 10px;
9191
}
9292

93+
h3{
94+
@include font-inter(500);
95+
opacity: .5;
96+
}
97+
9398
.input-box {
9499
height: 65px;
95100
@include flex(column, center, flex-start);
@@ -195,6 +200,7 @@ p {
195200
border: solid 1px $primary-color-orange;
196201
cursor: pointer;
197202
transition: 0.1s linear;
203+
margin-right: 10px;
198204

199205
&:hover {
200206
background-color: $secondary-color-dark;

0 commit comments

Comments
 (0)