diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-23 08:12:16 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-23 08:12:16 +0100 |
| commit | 80b79be08be4e6c042e48b5d8d65a8722384156d (patch) | |
| tree | 50e8a185f33de3a9a0b44d9314b385b0a41f54ce /resources/assets | |
| parent | dd789c4b639c8b36a765ef0b4d2fc1bf5523254b (diff) | |
Apply 1 suggestion(s) to 1 file(s)tic-6335
Diffstat (limited to 'resources/assets')
| -rw-r--r-- | resources/assets/stylesheets/studip.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/studip.scss b/resources/assets/stylesheets/studip.scss index 4ea21f8..cb1a289 100644 --- a/resources/assets/stylesheets/studip.scss +++ b/resources/assets/stylesheets/studip.scss @@ -983,5 +983,5 @@ html[data--a11y-motion="allow"] { --transition-duration: #{$transition-duration}; --transition-duration-slow: #{$transition-duration-slow}; --transition-duration-superslow: #{$transition-duration-superslow}; - --transition-duration-megaslow: #{transition-duration-megaslow}; + --transition-duration-megaslow: #{$transition-duration-megaslow}; } |
