From ceca664a838ca90121f58046e9ba193fe3c43878 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Tue, 14 Feb 2023 11:46:52 +0100 Subject: [PATCH] [add] css for survey --- static/src/css/3adentaire_frontend.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/static/src/css/3adentaire_frontend.css b/static/src/css/3adentaire_frontend.css index 7cad507..760277d 100755 --- a/static/src/css/3adentaire_frontend.css +++ b/static/src/css/3adentaire_frontend.css @@ -81,4 +81,19 @@ a:hover { } .availability_messages .text-danger span { display: none; -} \ No newline at end of file +} + +/****************************** +/** SURVEY +/******************************/ +h1[data-oe-model="survey.page"] { + margin-top: 30px; +} +.js_question-wrapper { + margin-top: 30px; + margin-bottom: 45px; +} +.js_question-wrapper h2 { + margin-bottom: 20px; + font-size: 1.5rem; +} -- GitLab