correção barra de pesquisa na fila de espera
This commit is contained in:
parent
1a8d08c51f
commit
6a3ad5dd63
@ -141,34 +141,4 @@
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 10px;
|
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;
|
|
||||||
}
|
|
||||||
@ -232,6 +232,7 @@ html, body {
|
|||||||
.fila-tabela th {
|
.fila-tabela th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
background-color: #f1f1f1
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Linhas alternadas cinza/branco --- */
|
/* --- Linhas alternadas cinza/branco --- */
|
||||||
@ -255,3 +256,33 @@ html, body {
|
|||||||
font-size: 1.5rem;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user