1
0
forked from fr/deguapp
deguapp/frontend/css/add.css

21 lines
216 B
CSS
Raw Normal View History

2023-06-30 14:16:33 +02:00
.form_add {
display: flex;
flex-direction: column;
}
.form_group_label {
display: flex;
flex-direction: column;
}
2023-11-09 01:36:43 +01:00
form {
padding: 1rem;
}
input {
margin: 0.3rem 0;
}
input[type="file"] {
font-size: 17px;
}