Files
freeCodeCamp/client/src/templates/Challenges/components/help-modal.css
Pedro Ramos 1bf8b4b726 feature(UI): Help modal form (#53824)
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2024-03-25 08:27:49 +01:00

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;
}
}