mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-17 04:01:49 -04:00
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
37 lines
505 B
CSS
37 lines
505 B
CSS
.alert > p > strong {
|
|
color: inherit;
|
|
}
|
|
|
|
.fa-circle-exclamation {
|
|
font-size: 3rem;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.help-modal-heading {
|
|
line-height: 1.5;
|
|
font-weight: 400;
|
|
word-spacing: -0.4ch;
|
|
}
|
|
|
|
.help-form-legend {
|
|
color: var(--secondary-color);
|
|
border: 0;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.checkbox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
text-align: left;
|
|
}
|
|
|
|
.checkbox-text {
|
|
margin-inline-start: 10px;
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.help-modal .btn-lg {
|
|
font-size: 16px;
|
|
}
|
|
}
|