Fix mobile styling
This commit is contained in:
parent
940b79ed5b
commit
d7a79aeb8a
|
@ -15,4 +15,5 @@
|
||||||
<a {{action "neverShow"}}>{{i18n "signup_cta.hide_forever"}}</a>
|
<a {{action "neverShow"}}>{{i18n "signup_cta.hide_forever"}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
.alert {
|
.alert {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
.signup-cta {
|
|
||||||
margin-top: 15px;
|
|
||||||
a {
|
|
||||||
float: right;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -971,6 +971,14 @@ span.highlighted {
|
||||||
transition: opacity ease-out 1s;
|
transition: opacity ease-out 1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-cta {
|
||||||
|
margin-top: 15px;
|
||||||
|
width: $topic-body-width;
|
||||||
|
a {
|
||||||
|
float: right;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Tablet (portrait) ----------- */
|
/* Tablet (portrait) ----------- */
|
||||||
|
|
||||||
|
|
|
@ -509,6 +509,21 @@ span.highlighted {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-cta {
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: calc(100% - 50px);
|
||||||
|
a {
|
||||||
|
float: right;
|
||||||
|
text-decoration: underline;
|
||||||
|
margin-top: 7px;
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.small-action .small-action-desc {
|
.small-action .small-action-desc {
|
||||||
p {
|
p {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
Loading…
Reference in New Issue