update modal5
This commit is contained in:
parent
3f96470305
commit
d21a8bb6e1
@ -57,11 +57,15 @@ export default function commonQuestions() {
|
||||
<Head>
|
||||
<title>Smart Energia - FAQ</title>
|
||||
</Head>
|
||||
|
||||
<div className='title'>
|
||||
<PageTitle title='Perguntas Frequentes' subtitle='Perguntas Frequentes'/>
|
||||
</div>
|
||||
|
||||
<div className='buttons'>
|
||||
<button className='btn2' onClick={handleOpen}>Adicionar</button>
|
||||
<button className='btn1' onClick={handleOpen}>Inativar</button>
|
||||
|
||||
<button className='btn2' onClick={handleOpen}>Open modal</button>
|
||||
</div>
|
||||
<Modal
|
||||
open={open}
|
||||
onClose={handleClose}
|
||||
|
||||
@ -67,8 +67,15 @@ export const NotificationView = styled.nav`
|
||||
justify-content: flex-start;
|
||||
align-self: flex-start;
|
||||
margin-top: 45px;
|
||||
margin-left: 16px;
|
||||
|
||||
}
|
||||
.title{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-self: flex-start;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user