Skip to content

Commit

Permalink
Solves #757
Browse files Browse the repository at this point in the history
  • Loading branch information
furilo committed Jun 23, 2017
1 parent 76b9233 commit c0a97d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/comp-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,19 @@ input[type=text]:focus, input[type=email]:focus, input[type=submit]:focus, input
margin: 0 0 1em 0;
label {
position: absolute;
width: calc(100% - 1.75rem);
top: .5rem;
left: 1rem;
text-transform: uppercase;
font-size: .75em;
font-weight: 700;
.indication {
float: right;
font-weight: normal;
opacity: .5;
}
}

input, textarea {
padding: 1.9rem 1rem .25rem 1rem;
width: 100%;
Expand Down

0 comments on commit c0a97d4

Please sign in to comment.