shopping-list/style/bkp/adduser.css

21 lines
280 B
CSS
Raw Normal View History

2018-10-24 15:00:27 +02:00
label {
margin-top: 3em;
}
#button_newuser {
margin-top: 3em;
}
#text_user {
margin-top: 1em;
}
.adduser {
margin: 0 auto;
display: flex;
flex-direction: column;
width: 50%;
}
2018-11-10 16:52:47 +01:00
#adduser-button-done {
position: absolute;
bottom: 2em;
right: 2em;
}