Skip to content

Commit edf18c2

Browse files
Merge remote-tracking branch 'upstream/master' into GH-2939
# Conflicts: # assets/css/app.scss
2 parents 56a8842 + ad7a1f2 commit edf18c2

File tree

729 files changed

+62928
-21989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

729 files changed

+62928
-21989
lines changed

assets/css/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,10 @@ img.course-tool__icon {
908908
}
909909
}
910910

911+
.ghosting { opacity: .6; }
912+
.chosen { outline: 2px solid #ddd; }
913+
.dragging { outline: 2px solid var(--support-5, #f60); }
914+
911915
.media-group { border:2px solid #337ab7; background:#f5fafd; padding:1rem; margin:2rem 0; border-radius:4px; }
912916
.media-content { margin-bottom:1rem; }
913917
.media-description { font-style:italic; margin-bottom:1rem; }

assets/css/scss/organisms/_dialog.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.p-dialog {
22
@apply max-h-[90%] scale-100 drop-shadow-lg rounded-lg border-0 border-none;
33

4+
&-mask {
5+
@apply bg-gray-30;
6+
}
7+
48
&-header {
59
@apply bg-white border-b border-solid border-gray-30 gap-4 rounded-t-lg p-4;
610

0 commit comments

Comments
 (0)