mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: remove unused CSS rules from help-modal.css (#54948)
This commit is contained in:
committed by
GitHub
parent
ff816b7e3a
commit
974440f6f0
@@ -7,12 +7,6 @@
|
||||
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;
|
||||
@@ -25,12 +19,6 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.help-modal .btn-lg {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.help-text-warning {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user