quivr/frontend/styles/_ZIndex.module.scss
Stan Girard d0b8b797f6
feat(search): new way to interact with Quivr (#2026)
Co-authored-by: Zewed <dewez.antoine2@gmail.com>
Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
2024-01-19 20:34:30 -08:00

7 lines
117 B
SCSS

$base: 1000;
$overlay: 1010;
$modal: 1020;
$navbar: 1030;
$tooltip: 1040;
$refresh-banner: 1050;
$sentry-modal: 1060;