11 lines
151 B
SCSS
11 lines
151 B
SCSS
div.gradebook-wrapper {
|
|
@extend .table-wrapper;
|
|
|
|
section.gradebook-content {
|
|
@extend .content;
|
|
|
|
h1 {
|
|
@extend .top-header;
|
|
}
|
|
}
|
|
} |