12 lines
121 B
CSS
12 lines
121 B
CSS
|
.form_add {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
}
|
||
|
|
||
|
.form_group_label {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
|