mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-24 06:40:01 +01:00
24 lines
302 B
CSS
24 lines
302 B
CSS
.installer {
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
}
|
|
label {
|
|
margin-top: 3em;
|
|
}
|
|
#text_database {
|
|
margin-top: 1em;
|
|
}
|
|
#text_dbhost {
|
|
margin-top: 1em;
|
|
}
|
|
#text_user {
|
|
margin-top: 1em;
|
|
}
|
|
#text_passwd {
|
|
margin-top: 1em;
|
|
}
|
|
#button_install {
|
|
margin-top: 3em;
|
|
}
|