styles(footerTop): mudando estilo de title das uls no tablet e mobile

This commit is contained in:
Bernardo Cunha Ernani Waldhelm 2023-01-12 15:16:05 -03:00
parent 4934bd2595
commit 32fdea3e08
3 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ const FooterNewsletter = () => {
>
<Form className={styles["footer-newsletter__form"]}>
<label htmlFor="email" className={styles["footer-newsletter__form__title"]}>
ASSINE NOSSA NEWSLETTER
assine nossa newsletter
</label>
<div className={styles["footer-newsletter__form__input-btn"]}>
<Field

View File

@ -56,6 +56,7 @@
display: flex;
align-items: center;
justify-content: space-between;
text-transform: initial;
}
&.opened ~ .footer__top__block__item-list{

View File

@ -32,7 +32,7 @@ const FooterTop = () => {
<Accordion customKey={1}>
<div className={"footer__top__block"}>
<Accordion.Header customKey={1}>
<h4 className={`footer__top__block__title`}> INSTITUCIONAL </h4>
<h4 className={`footer__top__block__title`}> Institucional </h4>
</Accordion.Header>
<Accordion.Content>
<ul className={"footer__top__block__item-list"}>
@ -64,7 +64,7 @@ const FooterTop = () => {
<Accordion customKey={2}>
<div className={"footer__top__block"}>
<Accordion.Header customKey={2}>
<h4 className={`footer__top__block__title`}> DÚVIDAS </h4>
<h4 className={`footer__top__block__title`}> Dúvidas </h4>
</Accordion.Header>
<Accordion.Content>
<ul className={"footer__top__block__item-list"}>