File tree 2 files changed +6
-6
lines changed
library/src/skins/default/src/sass/modules/tool/dashboard
webcomponents/tool/src/main/frontend/packages/sakai-widgets/src
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
--sakai-motd-message-font-size : 12px ;
9
9
}
10
10
11
- @media ( max-width : 767 px ) {
11
+ @include media-breakpoint-down (md ) {
12
12
sakai-course-dashboard-template-picker {
13
13
padding : 2rem ;
14
14
}
26
26
margin : -0.5em 0 0.5em 0 ;
27
27
}
28
28
29
- @media ( min-width : 992 px ) {
29
+ @include media-breakpoint-up (lg ) {
30
30
.sakai-course-list {
31
31
border-right : solid 1px var (--sakai-border-color );
32
32
}
@@ -74,7 +74,7 @@ sakai-editor div {
74
74
flex : 3 ;
75
75
}
76
76
77
- @media ( max-width : 991 px ) {
77
+ @include media-breakpoint-down (lg ) {
78
78
#course-dashboard-l1-overview-and-widgets-block {
79
79
display : block ;
80
80
}
@@ -89,7 +89,7 @@ sakai-editor div {
89
89
margin-bottom : 16px ;
90
90
}
91
91
}
92
- @media ( min-width : 992 px ) {
92
+ @include media-breakpoint-up (lg ) {
93
93
#course-dashboard-l1-overview-and-widgets-block {
94
94
display : flex ;
95
95
}
@@ -112,7 +112,7 @@ sakai-editor div {
112
112
}
113
113
114
114
115
- @media ( min-width : 576 px ) {
115
+ @include media-breakpoint-up (sm ) {
116
116
#course-dashboard-l2-header-block {
117
117
flex : 1 ;
118
118
}
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export class SakaiDashboardWidget extends SakaiShadowElement {
173
173
display : flex;
174
174
}
175
175
# widget-mover .btn {
176
- --bs-btn-color : var (--sakai-text-color-2 ) !important ;
176
+ --bs-btn-color : var (--sakai-text-color-2 );
177
177
}
178
178
# widget-mover div {
179
179
padding : 5px ;
You can’t perform that action at this time.
0 commit comments