Skip to content
Snippets Groups Projects
Commit 46b0b5b5 authored by Anthony's avatar Anthony
Browse files

Global improvement

parent f2375b61
No related branches found
No related tags found
1 merge request!4Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"
Pipeline #2042 passed
body { body {
// Global theme colors are defined in macao/themes/macao-hugo-theme/assets/_defaults.scss and go to @mixin theme-tetras // Global theme colors are defined in macao/themes/macao-hugo-theme/assets/_defaults.scss and go to @mixin theme-tetras
--quizz-backgourd-color: #00000; --quizz-backgourd-color: #00000;
--feedback-sucess-color: lightgreen; --feedback-sucess-color: rgba(167, 243, 167, 0.8);
--feedback-error-color: #ef5d5d; --feedback-error-color: #f8a5a5;
// To edit SurveyJs colors see TODO create custom theme for SurveyJs // To edit SurveyJs colors see TODO create custom theme for SurveyJs
} }
...@@ -82,6 +82,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input { ...@@ -82,6 +82,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
background-color: var(--secondary-background-color); background-color: var(--secondary-background-color);
border-radius: 15px; border-radius: 15px;
} }
.book-page > article { .book-page > article {
padding: 16px; padding: 16px;
margin-top: 16px; margin-top: 16px;
...@@ -102,6 +103,7 @@ a.active { ...@@ -102,6 +103,7 @@ a.active {
background-color: var(--macao-primary-color); background-color: var(--macao-primary-color);
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
margin-right: 5px;
} }
// Hide element when width is less than 900px // Hide element when width is less than 900px
...@@ -129,3 +131,13 @@ a.active { ...@@ -129,3 +131,13 @@ a.active {
color: black; color: black;
max-width: 500px; max-width: 500px;
} }
em:not(:has(strong)) {
background-color: lightgray;
padding: 3px;
padding-right: 4px;
border-radius: 5px;
}
...@@ -8,7 +8,7 @@ $(document).ready(function() { ...@@ -8,7 +8,7 @@ $(document).ready(function() {
$('.book-header').show(); $('.book-header').show();
$('.commentaireInfo').hide(); $('.commentaireInfo').hide();
$('.commentaireInfo').prop('popover', 'true'); $('.commentaireInfo').prop('popover', 'auto');
$('.commentaireInfoGroup').show(); $('.commentaireInfoGroup').show();
// Comment popover // Comment popover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment