72 lines
972 B
CSS
72 lines
972 B
CSS
.link {
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.horas {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
input.formulario.hora {
|
|
width: 49%;
|
|
}
|
|
|
|
input.formulario.dia {
|
|
width: 100%;
|
|
}
|
|
|
|
.mas {
|
|
width: 80px;
|
|
height: 40px;
|
|
}
|
|
|
|
.horario-container {
|
|
margin-bottom: 30px;
|
|
display: -webkit-inline-box;
|
|
text-align: center;
|
|
display: flex;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.columna1 {
|
|
width: 75%;
|
|
}
|
|
|
|
.columna2 {
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 25%;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
|
|
button.cerrar {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: auto;
|
|
/*! margin-top: auto; */
|
|
}
|
|
@media screen and (min-width: 420px) {
|
|
.columna1 {
|
|
width: 85%;
|
|
}
|
|
.columna2 {
|
|
width: 15%;
|
|
}
|
|
}
|
|
|
|
#label-horario {
|
|
//width: 100%;
|
|
}
|
|
|
|
#fila-boton-enviar {
|
|
display: block;
|
|
}
|
|
|
|
#enlace {
|
|
width: 95%;
|
|
} |