Skip to content
Snippets Groups Projects
Commit cf957db5 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix(profileType): issue with previous/next button in the profile type form

parent 94d7986b
No related branches found
No related tags found
2 merge requests!536chore(release): 1.6.5,!531Fix/design cozy bar and profile type
......@@ -21,8 +21,10 @@
width: 45.75rem;
box-sizing: border-box;
margin-top: 1rem;
margin-bottom: 2rem;
@media #{$large-phone} {
width: 100%;
padding: 0rem 1rem 3rem 1rem;
margin-bottom: 0;
}
}
......@@ -14,7 +14,6 @@
padding: 0 0 env(safe-area-inset-bottom) 0;
@media (min-width: $width-tablet) {
background: none;
position: absolute;
height: 3rem;
}
.rounded {
......
......@@ -26,6 +26,10 @@ body {
display: flex;
align-items: center;
justify-content: center;
margin-left: 0;
@media #{$large-phone} {
margin-left: 1.25rem;
}
}
[role='banner'] .coz-bar-container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment