File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
@use ' ../../styles/mixins.scss' ;
2
2
3
+ @forward ' ../../styles/drawer.scss' ;
4
+ @forward ' ../../styles/versions.scss' ;
5
+ @forward ' ../../styles/unipika.scss' ;
6
+
3
7
@import url (' https://fonts.googleapis.com/css2?family=Rubik&display=swap' );
4
8
5
9
* {
Original file line number Diff line number Diff line change
1
+ .g-root {
2
+ --ydb-drawer-veil-z-index : 2 ;
3
+ --gn-drawer-item-z-index : calc (var (--ydb-drawer-veil-z-index ) + 1 );
4
+
5
+ --gn-drawer-veil-z-index : var (--ydb-drawer-veil-z-index );
6
+ }
Original file line number Diff line number Diff line change 1
1
@forward ' @gravity-ui/uikit/styles/styles.scss' ;
2
2
@forward ' ./themes.scss' ;
3
- @forward ' ./unipika.scss' ;
4
3
@forward ' ./illustrations.scss' ;
5
- @forward ' ./versions.scss' ;
6
4
7
5
body {
8
- --ydb-drawer-veil-z-index : 2 ;
9
- --gn-drawer-item-z-index : calc (var (--ydb-drawer-veil-z-index ) + 1 );
10
-
11
- --gn-drawer-veil-z-index : var (--ydb-drawer-veil-z-index );
12
6
margin : 0 ;
13
7
14
8
font-family :
You can’t perform that action at this time.
0 commit comments