1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-08 23:46:14 +01:00
fab-manager/app/frontend/src/stylesheets/modules/plans/plan-form.scss

26 lines
353 B
SCSS
Raw Normal View History

2022-11-10 19:01:36 +01:00
.plan-form {
.plan-sheet {
margin-top: 4rem;
}
.duration {
display: flex;
flex-direction: row;
.form-item:first-child {
margin-right: 32px;
}
}
.partner {
display: flex;
flex-direction: column;
align-items: flex-end;
.fab-alert {
width: 100%;
}
}
2022-11-10 19:01:36 +01:00
.submit-btn {
float: right;
}
}