(frontend) integrate doc access request

When a user is redirected on the 403 page,
they can now request access to the document.
This commit is contained in:
Anthony LC
2025-06-19 22:08:18 +02:00
committed by Manuel Raynaud
parent d33286019c
commit 878de08b1e
11 changed files with 310 additions and 85 deletions

View File

@@ -64,6 +64,16 @@ tokens.themes.default.components = {
'png-light': '/assets/favicon-light.png',
'png-dark': '/assets/favicon-dark.png',
},
button: {
...tokens.themes.default.components.button,
primary: {
...tokens.themes.default.components.button.primary,
...{
'background--disabled': 'var(--c--theme--colors--greyscale-100)',
},
disabled: 'var(--c--theme--colors--greyscale-400)',
},
},
},
};