File tree 8 files changed +22
-10
lines changed
8 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 6
6
position : absolute ;
7
7
top : 100% ;
8
8
z-index : 10 ;
9
- background : var (--pgn-color-white , $white );
9
+ background : var (--pgn-color-white , #fff );
10
10
min-width : 10rem ;
11
11
12
12
& .pin-left {
Original file line number Diff line number Diff line change 1
-
2
1
$spacer : 1rem ;
2
+ $blue : #007db8 ;
3
3
$white : #fff ;
4
+ $component-active-bg : #0A3055FF !default ;
5
+ $component-active-color : $white !default ;
6
+ $rounded-pill : 50rem ;
4
7
5
8
@import ' ./Menu/menu.scss' ;
6
9
@import ' ./studio-header/StudioHeader.scss' ;
Original file line number Diff line number Diff line change
1
+ $spacer : 1rem ;
2
+ $white : #FFFFFF ;
3
+
1
4
.studio-header {
2
5
position : relative ;
3
6
z-index : 1000 ;
Original file line number Diff line number Diff line change 35
35
"devDependencies" : {
36
36
"@edx/brand" : " npm:@openedx/brand-openedx@^1.2.2" ,
37
37
"@edx/browserslist-config" : " ^1.1.1" ,
38
- "@edx/frontend-platform" : " ^8.3.0 " ,
38
+ "@edx/frontend-platform" : " ^8.3.1 " ,
39
39
"@edx/reactifex" : " ^2.1.1" ,
40
40
"@openedx/frontend-build" : " 14.2.2" ,
41
- "@openedx/paragon" : " ^23.3 .0" ,
41
+ "@openedx/paragon" : " ^23.0 .0" ,
42
42
"@testing-library/dom" : " 10.4.0" ,
43
43
"@testing-library/jest-dom" : " 5.17.0" ,
44
44
"@testing-library/react" : " 10.4.9" ,
70
70
},
71
71
"peerDependencies" : {
72
72
"@edx/frontend-platform" : " ^7.0.0 || ^8.0.0" ,
73
- "@openedx/paragon" : " >= 23 .0.0" ,
73
+ "@openedx/paragon" : " >= 22.0.0 < 24 .0.0" ,
74
74
"prop-types" : " ^15.5.10" ,
75
75
"react" : " ^16.9.0 || ^17.0.0" ,
76
76
"react-dom" : " ^16.9.0 || ^17.0.0" ,
Original file line number Diff line number Diff line change 6
6
position : absolute ;
7
7
top : 100% ;
8
8
z-index : 10 ;
9
- background : var (--pgn-color-white , $white );
9
+ background : var (--pgn-color-white , #fff );
10
10
min-width : 10rem ;
11
11
12
12
& .pin-left {
Original file line number Diff line number Diff line change 1
-
2
1
$spacer : 1rem ;
2
+ $blue : #007db8 ;
3
3
$white : #fff ;
4
+ $component-active-bg : #0A3055FF !default ;
5
+ $component-active-color : $white !default ;
6
+ $rounded-pill : 50rem !default ;
4
7
5
8
@import ' ./Menu/menu.scss' ;
6
9
@import ' ./studio-header/StudioHeader.scss' ;
Original file line number Diff line number Diff line change
1
+ $spacer : 1rem ;
2
+ $white : #FFFFFF ;
3
+
1
4
.studio-header {
2
5
position : relative ;
3
6
z-index : 1000 ;
You can’t perform that action at this time.
0 commit comments