Skip to content

Commit 9dba880

Browse files
chore: submission style and self assessment messages (lk)
1 parent 74a2ef0 commit 9dba880

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/views/SubmissionView/index.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@import "@edx/paragon/scss/core/core";
2+
3+
.assessment-content-layout {
4+
& > div.content-body {
5+
height: 100%;
6+
.row {
7+
height: 100%;
8+
}
9+
}
10+
width: fit-content;
11+
margin: auto;
12+
height: 100%;
13+
14+
.content-wrapper {
15+
min-width: min-content;
16+
}
17+
}
18+
19+
@include media-breakpoint-down(sm) {
20+
.assessment-content-layout {
21+
.content-wrapper {
22+
width: 100%;
23+
}
24+
}
25+
}
26+

0 commit comments

Comments
 (0)