Skip to content

Commit 81d4526

Browse files
committed
MOBILE-3213 styles: Fix styles on timeline block
1 parent efa25b8 commit 81d4526

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/addon/block/timeline/components/events/events.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

src/theme/dark.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)