Files
edx-platform/static/sass/_gradebook.scss

11 lines
151 B
SCSS

div.gradebook-wrapper {
@extend .table-wrapper;
section.gradebook-content {
@extend .content;
h1 {
@extend .top-header;
}
}
}