Skip to content
Snippets Groups Projects
Verified Commit c8108635 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: button register on mobile

parent cf93abcd
No related branches found
No related tags found
3 merge requests!176Release/0.10,!174Feature/fix from rework css,!173Fix/project
Pipeline #6332 passed with stages
in 1 minute and 28 seconds
......@@ -18,8 +18,23 @@
.reversed,
.button-secondary,
.bordered;
margin-left: auto;
margin-top: 3.2rem;
height: auto;
position: fixed;
bottom: 1em;
left: 10%;
white-space: normal;
width: 80%;
z-index: 1;
@include breakpoint(lg) {
height: 3rem;
left: 0;
margin: 0;
margin-left: auto;
margin-top: 109px;
position: relative;
width: auto;
}
}
.form-label {
......@@ -78,6 +93,7 @@
textarea {
height: 100px;
resize: vertical;
}
.content-box {
......
......@@ -4,6 +4,11 @@
overflow: auto;
position: relative;
width: 100%;
margin-bottom: 6rem;
@include breakpoint(lg) {
margin-bottom: 0;
}
.table {
border-collapse: collapse;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment