Files
edx-platform/lms/static/sass/course/_syllabus.scss
2012-09-22 22:54:41 -07:00

64 lines
728 B
SCSS

div.syllabus {
padding: 2em 2.5em;
text-align: center;
h1 {
@extend .top-header
}
.notes {
margin: 0px auto 20px;
}
table {
text-align: left;
margin: 10px 0;
thead {
font-weight: bold;
border-bottom: 1px solid black;
}
tr.first {
td {
padding-top: 15px;
}
}
td {
vertical-align: middle;
padding: 5px 10px;
&.day, &.due, &.slides, &.assignment {
white-space: nowrap;
}
&.no_class {
text-align: center;
}
&.important {
color: red;
}
&.week_separator {
padding: 0px;
hr {
margin: 10px;
}
}
}
}
}