Skip to content
Snippets Groups Projects
Commit ed411b5c authored by HAUTBOIS Aurelie's avatar HAUTBOIS Aurelie
Browse files

fix: position button

parent 4419c12c
No related branches found
No related tags found
1 merge request!312Fix/position button form
......@@ -3,9 +3,12 @@
.profile-form-container {
color: $white;
margin: 1rem 1rem 0;
margin: 1rem 1rem 3.5rem;
width: 100%;
max-width: 53rem;
@media (min-width: $width-phone) {
margin: 1rem 1rem 0;
}
}
.profile-question-label {
font-weight: bold;
......
@import '../../styles/base/color';
@import '../../styles/base/breakpoint';
.profile-navigation {
border-top: 1px solid $grey-dark;
position: absolute;
bottom: 0;
background: $dark-2;
position: fixed;
bottom: 3.5rem;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
@media (min-width: $width-phone) {
background: none;
position: absolute;
bottom: 0;
}
.rounded {
border-radius: 22px;
margin-left: 1rem;
......@@ -16,7 +23,7 @@
.disabled {
opacity: 0.5;
}
button.profile-navigation-button{
button.profile-navigation-button {
max-width: 12.5rem;
margin: 0.375rem 1rem;
padding: 0.5rem 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment