Files
inventario/css/styles.css
T

77 lines
1.1 KiB
CSS
Raw Normal View History

2020-02-26 15:43:19 -06:00
/* Header */
header{
height: 60px;
background-color: #003C71;
}
#tittle{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 20px;
text-align: right;
color: white;
padding: 20px;
}
#logo, #logoF{
padding: 5px;
}
/* Fin de Header */
.container
{
max-width: 500px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
#question, #inc, #centro, #marca, #equipo
{
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.form-group{
max-width: auto;
margin-left: auto;
margin-right: auto;
}
#txtPassword
{
width: 200px;
}
#menuButtons
{
display: flex;
flex-direction: row;
flex-flow: column;
margin: 5px;
margin-left: auto;
margin-right: auto;
max-width: 180px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-align: center;
background-color: #003C71;
}
#button
{
margin-top: 10px;
background-color: #003C71;
}
.clasesita
{
width: 100%;
display: flex;
justify-content: space-between;
}
#stock
{
max-width: 800px;
margin-left: 0%;
margin-right: 0%;
}