Files
edx-platform/templates/sass/_gradebook.scss
2012-03-25 15:05:37 -04:00

11 lines
151 B
SCSS

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