Commit 232a9b8f by Billy Larru

[EDIT general.css, agregando margen a los botones de swal]

parent c4818782
......@@ -295,3 +295,10 @@ table.display tbody tr:hover td {
background: url(../img/icons/reemplazo.png);
background-size: 16px 16px;
}
/*
*AGREGANDO MARGIN A LOS BOTONES DEL SWAL
*/
.swal2-actions button{
margin: 5px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment