Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MACAO
MACAO Hugo
Commits
46b0b5b5
Commit
46b0b5b5
authored
5 months ago
by
Anthony
Browse files
Options
Downloads
Patches
Plain Diff
Global improvement
parent
f2375b61
No related branches found
No related tags found
1 merge request
!4
Resolve "Démo/Réunion du 16/01 avec Laurence et Sheridan"
Pipeline
#2042
passed
5 months ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
macao/assets/_custom.scss
+18
-6
18 additions, 6 deletions
macao/assets/_custom.scss
macao/assets/custom.js
+1
-1
1 addition, 1 deletion
macao/assets/custom.js
with
19 additions
and
7 deletions
macao/assets/_custom.scss
+
18
−
6
View file @
46b0b5b5
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
;
}
This diff is collapsed.
Click to expand it.
macao/assets/custom.js
+
1
−
1
View file @
46b0b5b5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment