refactor: remove unused CSS rules from help-modal.css (#54948)

This commit is contained in:
Anne Deepa Prasanna
2024-05-24 12:49:52 +05:30
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;
}