diff options
| author | William Hergès <william@herges.fr> | 2025-10-29 14:46:50 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-29 14:46:50 +0100 |
| commit | f582b92e2b8e2a301380e420794e71200f0dbdfa (patch) | |
| tree | a21462dac06b618f67062bb7050a2657d2a7fd18 /frontend/scss | |
| parent | 8be00c8b9915a91ee57ff6125962f2dccdad1a6f (diff) | |
feat(security): set headers
Diffstat (limited to 'frontend/scss')
| -rw-r--r-- | frontend/scss/main.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss index d704d74..ced6763 100644 --- a/frontend/scss/main.scss +++ b/frontend/scss/main.scss @@ -33,3 +33,17 @@ font-size: 18px; } + +/* for htmx */ + +.htmx-indicator { + opacity: 0; +} +.htmx-request .htmx-indicator { + opacity: 1; + transition: opacity 200ms ease-in; +} +.htmx-request.htmx-indicator { + opacity: 1; + transition: opacity 200ms ease-in; +} |
