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