File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,5 @@ TWITTER_URL=''
49
49
USER_INFO_COOKIE_NAME = ' '
50
50
OPTIMIZELY_FULL_STACK_SDK_KEY = ' '
51
51
SHOW_UNGRADED_ASSIGNMENT_PROGRESS = ' '
52
+ # Fallback in local style files
53
+ PARAGON_THEME_URLS = {}
Original file line number Diff line number Diff line change @@ -51,3 +51,5 @@ CHAT_RESPONSE_URL='http://localhost:18000/api/learning_assistant/v1/course_id'
51
51
PRIVACY_POLICY_URL = ' http://localhost:18000/privacy'
52
52
OPTIMIZELY_FULL_STACK_SDK_KEY = ' '
53
53
SHOW_UNGRADED_ASSIGNMENT_PROGRESS = ' '
54
+ # Fallback in local style files
55
+ PARAGON_THEME_URLS = {}
Original file line number Diff line number Diff line change 439
439
height : 56px !important ;
440
440
}
441
441
442
- @include media- breakpoint-down ( xs) {
442
+ @media ( --pgn-size- breakpoint-max-width- xs ) {
443
443
.course-outline-tab .pgn__card {
444
444
.pgn__card-header {
445
445
display : block ;
You can’t perform that action at this time.
0 commit comments