2021-09-01 13:42:22 +00:00
|
|
|
:root {
|
|
|
|
// z-index
|
|
|
|
--z-index-minus: -1;
|
|
|
|
--z-index-zero: 0;
|
|
|
|
--z-index-low: 10;
|
2021-11-18 13:45:02 +00:00
|
|
|
--z-index-twenty: 20;
|
2021-09-01 13:42:22 +00:00
|
|
|
--z-index-normal: 100;
|
|
|
|
--z-index-high: 1000;
|
|
|
|
--z-index-higher: 2000;
|
|
|
|
--z-index-much-higher: 5000;
|
2021-11-18 14:25:32 +00:00
|
|
|
--z-index-very-high: 9999;
|
2021-09-01 13:42:22 +00:00
|
|
|
--z-index-highest: 10000;
|
|
|
|
}
|