Files
edx-platform/lms/static/sass/course/_tabs.scss
2017-10-11 13:45:08 -04:00

19 lines
237 B
SCSS

div.static_tab_wrapper {
@include box-sizing(border-box);
padding: 2em 2.5em;
h1 {
@extend .top-header
}
section {
margin: 0 0 20px;
}
@media print {
border: 0;
background: transparent !important;
}
}