File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
addon/block/timeline/components/events Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,32 @@ ion-app.app-root addon-block-timeline-events {
1414 pointer-events : auto ;
1515 }
1616}
17+
18+ ion-app .app-root core-courses-course-progress addon-block-timeline-events {
19+ @include media-breakpoint-up (md) {
20+ .hidden-tablet {
21+ display : block !important ;
22+ opacity : 1 !important ;
23+ & .button [disabled ] {
24+ opacity : .4 !important ;
25+ }
26+ }
27+ .hidden-phone {
28+ display : none !important ;
29+ opacity : 0 !important ;
30+ }
31+ }
32+ @include media-breakpoint-up (lg) {
33+ .hidden-tablet {
34+ display : none !important ;
35+ opacity : 0 !important ;
36+ }
37+ .hidden-phone {
38+ display : block !important ;
39+ opacity : 1 !important ;
40+ & .button [disabled ] {
41+ opacity : .4 !important ;
42+ }
43+ }
44+ }
45+ }
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ ion-app.app-root .ion-page {
2525 color : $core-dark-link-color ;
2626 }
2727
28+ .core-tabs-bar ,
2829 .core-tabs-bar * ,
2930 .core-tabs-bar .tab-slide ,
3031 .ion-page ,
You can’t perform that action at this time.
0 commit comments