Skip to content

Commit

Permalink
issue signalapp#26
Browse files Browse the repository at this point in the history
  • Loading branch information
Mimi-89 committed Oct 21, 2019
1 parent 0cd07d1 commit 4e24d34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion stylesheets/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,12 @@ $debug: 0;
.labelsInput {
top: -50px !important;
}
#bank-iban-input, #bank-bic-input{
font-family: $poppins-medium;
font-size: 15px;
cursor: pointer;
color: $color-raapp-text;
}
.inputsRegister {
height: 30px;
margin: 10px 0px 5px;
Expand Down Expand Up @@ -1450,7 +1456,7 @@ $debug: 0;
display: block;
position: relative;
// top: -55px;
&[for="phone-verification-code"], &[for="user-name-input"]{
&[for="phone-verification-code"], &[for="user-name-input"], &[for="bank-iban-input"], &[for="bank-bic-input"]{
top: -55px;
}
top: -41px;
Expand Down

0 comments on commit 4e24d34

Please sign in to comment.