mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8e33f82788
PR Close #62103
9 lines
175 B
SCSS
9 lines
175 B
SCSS
:root {
|
|
--z-index-mini-menu: 200;
|
|
--z-index-top-level-banner: 150;
|
|
--z-index-nav: 100;
|
|
--z-index-cookie-consent: 200;
|
|
--z-index-content: 50;
|
|
--z-index-icon: 10;
|
|
}
|