Skip to content

Commit d15c0f8

Browse files
committed
SAK-51228 ern review
1 parent 0d5044d commit d15c0f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: library/src/skins/default/src/sass/modules/tool/dashboard/_base.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html {
88
--sakai-motd-message-font-size: 12px;
99
}
1010

11-
@media (max-width: 767px) {
11+
@include media-breakpoint-down(md) {
1212
sakai-course-dashboard-template-picker {
1313
padding: 2rem;
1414
}
@@ -26,7 +26,7 @@ html {
2626
margin: -0.5em 0 0.5em 0;
2727
}
2828

29-
@media (min-width: 992px) {
29+
@include media-breakpoint-up(lg) {
3030
.sakai-course-list {
3131
border-right: solid 1px var(--sakai-border-color);
3232
}
@@ -74,7 +74,7 @@ sakai-editor div {
7474
flex: 3;
7575
}
7676

77-
@media (max-width: 991px) {
77+
@include media-breakpoint-down(lg) {
7878
#course-dashboard-l1-overview-and-widgets-block {
7979
display: block;
8080
}
@@ -89,7 +89,7 @@ sakai-editor div {
8989
margin-bottom: 16px;
9090
}
9191
}
92-
@media (min-width: 992px) {
92+
@include media-breakpoint-up(lg) {
9393
#course-dashboard-l1-overview-and-widgets-block {
9494
display: flex;
9595
}
@@ -112,7 +112,7 @@ sakai-editor div {
112112
}
113113

114114

115-
@media (min-width: 576px) {
115+
@include media-breakpoint-up(sm) {
116116
#course-dashboard-l2-header-block {
117117
flex: 1;
118118
}

Diff for: webcomponents/tool/src/main/frontend/packages/sakai-widgets/src/SakaiDashboardWidget.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class SakaiDashboardWidget extends SakaiShadowElement {
173173
display: flex;
174174
}
175175
#widget-mover .btn {
176-
--bs-btn-color: var(--sakai-text-color-2) !important;
176+
--bs-btn-color: var(--sakai-text-color-2);
177177
}
178178
#widget-mover div {
179179
padding: 5px;

0 commit comments

Comments
 (0)