File tree Expand file tree Collapse file tree 8 files changed +22
-10
lines changed Expand file tree Collapse file tree 8 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 66 position : absolute ;
77 top : 100% ;
88 z-index : 10 ;
9- background : var (--pgn-color-white , $white );
9+ background : var (--pgn-color-white , #fff );
1010 min-width : 10rem ;
1111
1212 & .pin-left {
Original file line number Diff line number Diff line change 1-
21$spacer : 1rem ;
2+ $blue : #007db8 ;
33$white : #fff ;
4+ $component-active-bg : #0A3055FF !default ;
5+ $component-active-color : $white !default ;
6+ $rounded-pill : 50rem ;
47
58@import ' ./Menu/menu.scss' ;
69@import ' ./studio-header/StudioHeader.scss' ;
Original file line number Diff line number Diff line change 1+ $spacer : 1rem ;
2+ $white : #FFFFFF ;
3+
14.studio-header {
25 position : relative ;
36 z-index : 1000 ;
Original file line number Diff line number Diff line change 3535 "devDependencies" : {
3636 "@edx/brand" : " npm:@openedx/brand-openedx@^1.2.2" ,
3737 "@edx/browserslist-config" : " ^1.1.1" ,
38- "@edx/frontend-platform" : " ^8.3.0 " ,
38+ "@edx/frontend-platform" : " ^8.3.1 " ,
3939 "@edx/reactifex" : " ^2.1.1" ,
4040 "@openedx/frontend-build" : " 14.2.2" ,
41- "@openedx/paragon" : " ^23.3 .0" ,
41+ "@openedx/paragon" : " ^23.0 .0" ,
4242 "@testing-library/dom" : " 10.4.0" ,
4343 "@testing-library/jest-dom" : " 5.17.0" ,
4444 "@testing-library/react" : " 10.4.9" ,
7070 },
7171 "peerDependencies" : {
7272 "@edx/frontend-platform" : " ^7.0.0 || ^8.0.0" ,
73- "@openedx/paragon" : " >= 23 .0.0" ,
73+ "@openedx/paragon" : " >= 22.0.0 < 24 .0.0" ,
7474 "prop-types" : " ^15.5.10" ,
7575 "react" : " ^16.9.0 || ^17.0.0" ,
7676 "react-dom" : " ^16.9.0 || ^17.0.0" ,
Original file line number Diff line number Diff line change 66 position : absolute ;
77 top : 100% ;
88 z-index : 10 ;
9- background : var (--pgn-color-white , $white );
9+ background : var (--pgn-color-white , #fff );
1010 min-width : 10rem ;
1111
1212 & .pin-left {
Original file line number Diff line number Diff line change 1-
21$spacer : 1rem ;
2+ $blue : #007db8 ;
33$white : #fff ;
4+ $component-active-bg : #0A3055FF !default ;
5+ $component-active-color : $white !default ;
6+ $rounded-pill : 50rem !default ;
47
58@import ' ./Menu/menu.scss' ;
69@import ' ./studio-header/StudioHeader.scss' ;
Original file line number Diff line number Diff line change 1+ $spacer : 1rem ;
2+ $white : #FFFFFF ;
3+
14.studio-header {
25 position : relative ;
36 z-index : 1000 ;
You can’t perform that action at this time.
0 commit comments