first push message
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,50 @@
|
||||
.o_survey_form_content{
|
||||
font-family: Khmer OS content; src:url(../fonts/KhmerOS_content.ttf) ;format('truetype');
|
||||
|
||||
}
|
||||
h3,span.text-break{
|
||||
font-family: Khmer OS content; src:url(../fonts/KhmerOS_content.ttf) ;format('truetype');
|
||||
line-height: 35px;
|
||||
}
|
||||
span.ms-2.text-break{
|
||||
font-family: Khmer OS content; src:url(../fonts/KhmerOS_content.ttf) ;format('truetype');
|
||||
}
|
||||
h1.o_survey_main_title{
|
||||
font-family: Khmer OS content; src:url(../fonts/KhmerOS_content.ttf) ;format('truetype');
|
||||
font-size: 25px;
|
||||
}
|
||||
/* Hide the choice key labels (A, B, C, D) */
|
||||
.o_survey_choice_key {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Remove extra padding from choice buttons */
|
||||
.o_survey_choice_btn.py-1.px-3 {
|
||||
padding-left: 1rem !important;
|
||||
}
|
||||
/* Apply to all textareas in survey */
|
||||
.o_survey_question_text_box textarea,
|
||||
textarea.o_survey_question_text_box {
|
||||
border: 1px solid #A1677A !important;
|
||||
padding: 10px !important;
|
||||
transition: border-color 0.3s ease !important;
|
||||
border-radius: 4px !important;
|
||||
height: auto !important;
|
||||
min-height: 45px !important;
|
||||
}
|
||||
|
||||
/* Hover effect */
|
||||
.o_survey_question_text_box textarea:hover,
|
||||
textarea.o_survey_question_text_box:hover {
|
||||
border-color: #A1677A !important;
|
||||
}
|
||||
|
||||
/* Focus effect */
|
||||
.o_survey_question_text_box textarea:focus,
|
||||
textarea.o_survey_question_text_box:focus {
|
||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25) !important;
|
||||
outline: none !important;
|
||||
}
|
||||
div.d-print-none{
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user