From 0bec99e77c1607cd4f633d6f40f522dac6235d18 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 5 Oct 2023 18:04:05 +0200 Subject: [PATCH] wip #6342 --- style/108-question-text.sass | 21 +++++++++++++++++++++ views/screens/question_text.blade.php | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/style/108-question-text.sass b/style/108-question-text.sass index c8f6c7b..dac9310 100644 --- a/style/108-question-text.sass +++ b/style/108-question-text.sass @@ -5,6 +5,21 @@ input pointer-events: none + &.question-email + input + padding-left: 44px !important + + .form-group + svg + +opacity(.48, color, $texts-color) + position: absolute + left: 20px + top: 50% + transform: translateY(-50%) + z-index: 3 + input:focus+svg + color: $texts-color + .form-group width: 100% max-width: 568px @@ -29,6 +44,12 @@ color: $texts-color outline: none box-sizing: border-box + &::placeholder + +opacity(.48, color, $texts-color) + opacity: 1 + + &::-ms-input-placeholder + +opacity(.48, color, $texts-color) textarea height: 183px diff --git a/views/screens/question_text.blade.php b/views/screens/question_text.blade.php index ceca43b..bdb879e 100644 --- a/views/screens/question_text.blade.php +++ b/views/screens/question_text.blade.php @@ -1,10 +1,10 @@ -
+
@include('header_question', ['question' =>$question, 'max' => $max, 'position' => $position])
- +
-- 2.39.5