Skip to content
Snippets Groups Projects
Commit f10f76dd authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'fix/position-button-form' into 'dev'

Fix/position button form

See merge request web-et-numerique/llle_project/ecolyo!312
parents 4419c12c 3375b20f
Branches
Tags
1 merge request!312Fix/position button form
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
.profile-form-container { .profile-form-container {
color: $white; color: $white;
margin: 1rem 1rem 0; margin: 1rem 1rem 3.5rem;
width: 100%; width: 100%;
max-width: 53rem; max-width: 53rem;
@media (min-width: $width-tablet) {
margin: 1rem 1rem 0;
}
} }
.profile-question-label { .profile-question-label {
font-weight: bold; font-weight: bold;
......
@import '../../styles/base/color'; @import '../../styles/base/color';
@import '../../styles/base/breakpoint';
.profile-navigation { .profile-navigation {
border-top: 1px solid $grey-dark; border-top: 1px solid $grey-dark;
position: absolute; background: $dark-2;
bottom: 0; position: fixed;
bottom: 3.5rem;
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@media (min-width: $width-tablet) {
background: none;
position: absolute;
bottom: 0;
}
.rounded { .rounded {
border-radius: 22px; border-radius: 22px;
margin-left: 1rem; margin-left: 1rem;
...@@ -16,7 +23,7 @@ ...@@ -16,7 +23,7 @@
.disabled { .disabled {
opacity: 0.5; opacity: 0.5;
} }
button.profile-navigation-button{ button.profile-navigation-button {
max-width: 12.5rem; max-width: 12.5rem;
margin: 0.375rem 1rem; margin: 0.375rem 1rem;
padding: 0.5rem 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