Newer
Older
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#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;
}
}
header,
section {
border-bottom: solid 1px #616161;
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;
}
}
.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;
}
.content-type {
margin-bottom: 5px;
> p {
margin: 2.5px auto;

Scott Berg
committed
}
}
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
.content-type-hText {
text-align: center;
}
.content-type-noSubrequirementAcceptCourses,
.content-type-noSubrequirementCourses,
.content-type-noSubrequirementNeedsSummaryLine,
.content-type-noSubrequirementRejectCourses,
.content-type-okSubrequirementAcceptCourses,
.content-type-okSubrequirementCourses,
.content-type-okSubrequirementEarnedLine,
.content-type-okSubrequirementNeedsSummaryLine {
margin-left: 43px;
}
.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;
}
.content-type-okSubrequirementTLine {
color: $green;
}
.content-type-noSubrequirementTLine {
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;
margin-left: 20px;
align-items: center;
}

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 {

Scott Berg
committed
margin-left: 20px;
}
.content-type-okSubrequirementNeedsSummaryLine,
.content-type-noSubrequirementNeedsSummaryLine,
.content-type-noRequirementNeedsLine {
margin-left: 20px;