iachat/app/javascript/shared/assets/stylesheets/z-index.scss
Fayaz Ahmed c2333214af
feat: Add Advanced Conversation Filters (#3239)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Tejaswini <tejaswini@chatwoot.com>
2021-11-18 19:15:02 +05:30

13 lines
246 B
SCSS

:root {
// z-index
--z-index-minus: -1;
--z-index-zero: 0;
--z-index-low: 10;
--z-index-twenty: 20;
--z-index-normal: 100;
--z-index-high: 1000;
--z-index-higher: 2000;
--z-index-much-higher: 5000;
--z-index-highest: 10000;
}