From 4e24d3417869327b6cb461719a56957107117812 Mon Sep 17 00:00:00 2001 From: Miriam Date: Mon, 21 Oct 2019 14:19:49 +0100 Subject: [PATCH] issue #26 --- stylesheets/_global.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index f157389536..931c5caafd 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -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; @@ -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;