Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
443 bytes
|
Line | |
---|
1 | @use './index' as overlay;
|
---|
2 |
|
---|
3 | // @deprecated Use `$overlay-container-z-index`.
|
---|
4 | $z-index-overlay-container: overlay.$overlay-container-z-index;
|
---|
5 |
|
---|
6 | // @deprecated Use `$overlay-z-index`.
|
---|
7 | $z-index-overlay: overlay.$overlay-z-index;
|
---|
8 |
|
---|
9 | // @deprecated Use `$overlay-backdrop-color`.
|
---|
10 | $dark-backdrop-background: overlay.$overlay-backdrop-color;
|
---|
11 |
|
---|
12 | // @deprecated Use `$overlay-backdrop-z-index`.
|
---|
13 | $z-index-overlay-backdrop: overlay.$overlay-backdrop-z-index;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.