diff --git a/src/pages/style/Agendamento.css b/src/pages/style/Agendamento.css index ba8a31f..d7f34d5 100644 --- a/src/pages/style/Agendamento.css +++ b/src/pages/style/Agendamento.css @@ -141,34 +141,4 @@ padding: 5px; font-weight: bold; border-radius: 10px; -} -.fila-header { - position: relative; - display: flex; - align-items: center; - justify-content: center; /* centraliza o título */ - margin-bottom: 16px; - height: 40px; /* altura da linha */ -} - -.busca-fila-espera { - position: absolute; - left: 0; /* barra na esquerda */ - padding: 6px 12px; - border: 1px solid #ccc; - border-radius: 6px; - font-size: 1rem; - width: 350px; - outline: none; - transition: border-color 0.2s; -} - -.busca-fila-espera:focus { - border-color: #888; -} - -.fila-header h2 { - margin: 0; - font-size: 1.5rem; - text-align: center; -} +} \ No newline at end of file diff --git a/src/pages/style/FilaEspera.css b/src/pages/style/FilaEspera.css index 4dac43c..3cdc41a 100644 --- a/src/pages/style/FilaEspera.css +++ b/src/pages/style/FilaEspera.css @@ -232,6 +232,7 @@ html, body { .fila-tabela th { font-weight: bold; color: #444; + background-color: #f1f1f1 } /* --- Linhas alternadas cinza/branco --- */ @@ -255,3 +256,33 @@ html, body { font-size: 1.5rem; } } +.fila-header { + position: relative; + display: flex; + align-items: center; + justify-content: center; /* centraliza o título */ + margin-bottom: 16px; + height: 40px; /* altura da linha */ +} + +.busca-fila-espera { + position: absolute; + left: 0; /* barra na esquerda */ + padding: 6px 12px; + border: 1px solid #ccc; + border-radius: 6px; + font-size: 1rem; + width: 350px; + outline: none; + transition: border-color 0.2s; +} + +.busca-fila-espera:focus { + border-color: #888; +} + +.fila-header h2 { + margin: 0; + font-size: 1.5rem; + text-align: center; +}