forked from M3-Academy/desafio-react-e-typescript
styles(footerTop): mudando estilo de title das uls no tablet e mobile
This commit is contained in:
parent
4934bd2595
commit
32fdea3e08
@ -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
|
||||
|
@ -56,6 +56,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
text-transform: initial;
|
||||
}
|
||||
|
||||
&.opened ~ .footer__top__block__item-list{
|
||||
|
@ -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"}>
|
||||
|
Loading…
Reference in New Issue
Block a user