@@ -22,23 +22,23 @@ $fa-font-path: "~font-awesome/fonts";
2222}
2323
2424.text-staff-color {
25- color : #998200 ;
25+ color : $warning-700 ;
2626}
2727
2828.outline-staff-color {
29- outline : #998200 solid 2px ;
29+ outline : $warning-700 solid 2px ;
3030}
3131
3232.text-TA-color {
33- color : #175B3C ;
33+ color : $success-700 ;
3434}
3535
3636.outline-TA-color {
37- outline : #175B3C solid 2px ;
37+ outline : $success-700 solid 2px ;
3838}
3939
4040.outline-anonymous {
41- outline : #EAE6E5 solid 2px ;
41+ outline : $light-400 solid 2px ;
4242}
4343
4444.font-size-16 {
@@ -170,7 +170,7 @@ $fa-font-path: "~font-awesome/fonts";
170170}
171171
172172.learner > a :hover {
173- background-color : #F2F0EF ;
173+ background-color : $light-300 ;
174174}
175175
176176.py-10px {
@@ -227,8 +227,6 @@ header {
227227}
228228
229229#learner-posts-link {
230- color : inherit ;
231-
232230 span [role = heading ]:hover {
233231 text-decoration : underline ;
234232 }
@@ -310,7 +308,6 @@ header {
310308#courseTabsNavigation {
311309 font-size : 18px !important ;
312310 z-index : 3 ;
313- background-color : #fff ;
314311
315312 .container-xl {
316313 font-size : 1.125rem ;
@@ -330,10 +327,8 @@ header {
330327}
331328
332329.header-action-bar {
333- background-color : #fff ;
334330 z-index : 2 !important ;
335331 box-shadow : 0px 2px 4px rgb (0 0 0 / 15% ), 0px 2px 8px rgb (0 0 0 / 15% );
336- position : sticky ;
337332 top : 0 ;
338333
339334 .nav-button-group {
@@ -378,8 +373,8 @@ header {
378373}
379374
380375.btn-icon.btn-icon-primary :hover {
381- background-color : #F2F0EF !important ;
382- color : #00262B !important
376+ background-color : $light-300 !important ;
377+ color : $primary-500 !important
383378}
384379
385380
@@ -405,19 +400,14 @@ header {
405400 padding : 24px 24px 10px 24px ;
406401}
407402
408- .post-card-margin {
409- margin : 24px 24px 0px 24px ;
410- }
411-
412403.hover-card {
413404 height : 36px !important ;
414405 box-shadow : 0px 8px 16px rgba (0 , 0 , 0 , 0.15 ), 0px 4px 10px rgba (0 , 0 , 0 , 0.15 );
415406 border-radius : 3px ;
416- background : #FFFFFF ;
417407 max-width : fit-content !important ;
418408 margin-left : auto ;
419409 margin-top : -2.063rem ;
420- z-index : 2 ;
410+ z-index : 1 ;
421411 right : 32px ;
422412}
423413
@@ -426,18 +416,39 @@ header {
426416}
427417
428418.hover-button :hover {
429- background-color : #F2F0EF !important ;
419+ background-color : $light-300 !important ;
430420 height : 36px !important ;
431- border : none ;
421+ border : none !important ;
432422}
433423
434424.btn-tertiary :hover {
435- background-color : #F2F0EF ;
425+ background-color : $light-300 !important ;
426+ }
427+
428+ .nav-button-group {
429+ .nav-link {
430+ & :hover {
431+ background-color : $light-300 !important ;
432+ }
433+ }
434+
435+ .nav-link.active ,
436+ .show >.nav-link {
437+ background-color : $primary-500 !important ;
438+ }
439+ }
440+
441+ .course-tabs-navigation {
442+ .nav a {
443+ & :hover {
444+ background-color : $light-300 !important ;;
445+ }
446+ }
436447}
437448
438449.btn-tertiary :disabled {
439- color : #454545 ;
440- background-color : transparent ;
450+ color : $gray-700 !important ;
451+ background-color : transparent !important ;
441452}
442453
443454.disable-div {
@@ -488,12 +499,12 @@ header {
488499}
489500
490501.line-height-24 {
491- line-height : 24px ;
502+ line-height : 24px !important ;
492503}
493504
494505.comments-sort {
495506 margin-bottom : -44px ;
496- z-index : 1 ;
507+ z-index : 0 ;
497508}
498509
499510.comment-line {
@@ -504,12 +515,16 @@ header {
504515.post-preview ,
505516.discussion-comments {
506517 blockquote {
507- border-left : 2px solid #ccc ;
518+ border-left : 2px solid $gray-200 ;
508519 margin-left : 1.5rem ;
509520 padding-left : 1rem ;
510521 }
511522}
512523
524+ .add-comment-btn {
525+ border : 1px solid $light-300 !important ;
526+ }
527+
513528.icon-size-24 {
514529 width : 1.5rem !important ;
515530 height : 1.5rem !important ;
0 commit comments