fix: button register on mobile
This commit is contained in:
parent
cf93abcd5c
commit
c810863500
@ -18,8 +18,23 @@
|
|||||||
.reversed,
|
.reversed,
|
||||||
.button-secondary,
|
.button-secondary,
|
||||||
.bordered;
|
.bordered;
|
||||||
margin-left: auto;
|
height: auto;
|
||||||
margin-top: 3.2rem;
|
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 {
|
.form-label {
|
||||||
@ -78,6 +93,7 @@
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-box {
|
.content-box {
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 6rem;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
Loading…
Reference in New Issue
Block a user