Newer
Older
#audit {
padding: 20px 100px;
header {
h3 {
font-weight: 500;
font-size: 1.2rem;
}
}
}
.audit-metadata {
display: flex;
justify-content: space-between;
line-height: 0.5rem;
}
.audit-section-controles {
text-align: center;
button {
margin: 20px 40px;
padding: 0 30px;
}
}
#audit-header,
.audit-section {
padding: 20px 75px;
&:last-child {
border-bottom: none;
}
&.no-padding {
padding: 0;
}
&.no-horizontal-padding {
padding-left: 0;
padding-right: 0;
}
&.no-vertical-padding {
padding-top: 0;
background-position: 0;
}
}
@media screen and (max-width: 1024px) {
#audit {
padding-left: 1rem;
padding-right: 1rem;
}
.audit-section {
padding-left: 1rem;
padding-right: 1rem;
}
}
.indent {
margin-left: 20px;
}
.tight {
margin: 2px auto;
}
.faded {
color: #616161;
}
.text-align-center {
text-align: center;
}
.text-align-right {
text-align: right;
}
.text-align-left {
text-align-last: left;
}
.uppercase {
text-transform: uppercase;
}
.pre-wrap {
white-space: pre-wrap;
font-family: 'Consolas', 'SFMono-Regular', 'Liberation Mono', 'Menlo',
'Courier', monospace;
}
.mat-expansion-panel {
box-shadow: none;

Scott Berg
committed
.requirement-title {
display: flex;
justify-content: flex-start;
font-size: 1.35rem;
&.status-ok {

Scott Berg
committed
}
&.status-no {
color: $red;
}
}
.requirement-icon-outer {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 20px 15px 0 0;
font-size: 1.75rem;
}
.requirement-toggle {
font-size: 2rem !important;
margin-right: 20px;
color: #000;
margin-top: -4px;
}
#legend-panel {
.requirement-toggle {
margin-right: 0px;
}
}
.content-type {
margin-bottom: 5px;
> p {
margin: 2.5px auto;

Scott Berg
committed
}
}
.content-type-hText {
text-align: center;
}
.requirement-line {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.content-type-okSubrequirementTLine,
.content-type-noSubrequirementTLine {
margin-top: 20px;
font-weight: bold;
> p {
display: flex;
}
i {
margin-right: 10px;
}
i {
color: $green;
}
i {
color: $red;
}
}
.tline-header {
display: flex;
justify-content: flex-start;
align-items: center;
}
.content-type-okSubrequirementCourses,
.content-type-noSubrequirementCourses {
color: $blue;
}
.content-type-okSubrequirementNeedsSummaryLine {
color: $green;
}
.content-type-noSubrequirementNeedsSummaryLine,
.content-type-noRequirementNeedsLine {
color: $red;

Scott Berg
committed
.requirement-icon-outer {
margin: 20px 15px 0 0;
font-size: 1.75rem;
}
.content-type {
margin-bottom: 5px;
> p {
margin: 2.5px auto;
}
}
.content-type-okSubrequirementTLine,
.content-type-noSubrequirementTLine {
margin-top: 20px;
}
.content-type-okSubrequirementCourses,
.content-type-noSubrequirementCourses {
// margin-left: 20px;
}
.content-type-noSubrequirementNeedsSummaryLine,
.content-type-noRequirementNeedsLine {
color: $red;
align-items: center;
}
.requirement-icon-outer {
margin: 20px 15px 0 0;
font-size: 1.75rem;
}
.content-type {
margin-bottom: 5px;
> p {
margin: 2.5px auto;
}
}
.content-type-okSubrequirementTLine,
.content-type-noSubrequirementTLine {
margin-top: 20px;

Scott Berg
committed
}
.content-type-okSubrequirementNeedsSummaryLine,
.content-type-noSubrequirementNeedsSummaryLine,
.content-type-noRequirementNeedsLine {

Scott Berg
committed
}
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
.audit-top-section {
display: flex;
justify-content: space-between;
padding: 20px 75px;
h4 {
margin-bottom: 10px;
}
p {
margin: 3px auto;
}
& > div {
flex: 0 0 48%;
width: 48%;
}
}
.audit-credit-tables {
display: flex;
justify-content: space-between;
> table {
width: 48%;
}
}
/*
Course requirments styles
*/
.mat-table {
border: solid 1px #e3e3e3;
border-top-width: 0px;
border-radius: 0 0 5px 5px;
box-shadow: none;
caption {
padding: 10px 20px;
background-color: #f5f5f5;
border: solid 1px #e3e3e3;
border-radius: 5px 5px 0 0;
color: #7d7a7a;
font-weight: bold;
text-align-last: left;
}
}
.mat-header-row {
th {
padding-top: 10px;
padding-bottom: 10px;
}
}
.mat-cell,
.mat-header-cell,
.mat-footer-cell {
&.bold {
font-weight: bold;
}
&.text-align-right {
text-align: right;
}
}