Newer
Older
@import 'assets/material-theme.scss';
#course-details-content {
ul {
margin-bottom: 20px;
list-style: none;
padding-inline-start: 0px;
}
.course-options-list {
list-style: circle;
-webkit-padding-start: 1.2em;
padding-inline-start: 1.2em;
}
.course-detail-title {
h3 {
line-height: 1.2;
color: #333;
font-size: 16px;
font-weight: 500;
padding-top: 5px;
}
.course-detail-subtitle {
font-weight: 300;
display: block;
}
}
.mat-dialog-actions {
padding-top: 0px;
}
.course-details-header {
padding: 12px 0px;
}
.btn-link {
color: map-get($uw-primary, 500);
}
.course-details-footer {
margin-top: 5px;
.mat-dialog-actions {
margin-bottom: 0px;
padding-bottom: 0px;
}
}
}