Button criar alerta

This commit is contained in:
Hugo Falcao
2022-06-20 19:45:31 -03:00
parent 94246cb8e3
commit fcdc3feb24
3 changed files with 67 additions and 17 deletions

View File

@@ -64,4 +64,15 @@
display: flex;
justify-content: space-between;
align-items: center;
}
.button-criar-alerta{
display: flex;
justify-content: center;
align-items: center;
margin: 1rem 0 5.5rem 0;
}
.msg-not-found{
margin: 1.5rem;
}