diff --git a/src/pages/paraderos/Home.css b/src/pages/paraderos/Home.css index 55209a1..9f270dd 100644 --- a/src/pages/paraderos/Home.css +++ b/src/pages/paraderos/Home.css @@ -1,17 +1,21 @@ .table-paraderos td { min-width: 150px; + --margin-input: -.75rem; } .table-paraderos td:focus { background: #80ffa6; } +.table-paraderos td:has(input) { + padding: 0; + --margin-input: 0; +} + .table-paraderos td > input { - margin-top: -.75rem; - margin-bottom: -.75rem; border: none; + margin: var(--margin-input) 0; background-color: transparent; - padding-top: .75rem; - padding-bottom: .75rem; + padding: .75rem; } .table-paraderos td > input:focus {