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 11@use ' ../../styles/mixins.scss' ;
22
3+ @forward ' ../../styles/drawer.scss' ;
4+ @forward ' ../../styles/versions.scss' ;
5+ @forward ' ../../styles/unipika.scss' ;
6+
37@import url (' https://fonts.googleapis.com/css2?family=Rubik&display=swap' );
48
59* {
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 11@forward ' @gravity-ui/uikit/styles/styles.scss' ;
22@forward ' ./themes.scss' ;
3- @forward ' ./unipika.scss' ;
43@forward ' ./illustrations.scss' ;
5- @forward ' ./versions.scss' ;
64
75body {
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 );
126 margin : 0 ;
137
148 font-family :
You can’t perform that action at this time.
0 commit comments