mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Improving signup CTA padding
This commit is contained in:
@@ -630,3 +630,13 @@ and (max-width : 767px) {
|
|||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-cta {
|
||||||
|
a {
|
||||||
|
float: right;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.buttons {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -947,10 +947,6 @@ span.highlighted {
|
|||||||
|
|
||||||
.signup-cta {
|
.signup-cta {
|
||||||
width: $topic-body-width;
|
width: $topic-body-width;
|
||||||
a {
|
|
||||||
float: right;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablet (portrait) ----------- */
|
/* Tablet (portrait) ----------- */
|
||||||
|
|||||||
@@ -466,8 +466,6 @@ span.highlighted {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: calc(100% - 50px);
|
width: calc(100% - 50px);
|
||||||
a {
|
a {
|
||||||
float: right;
|
|
||||||
text-decoration: underline;
|
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
|
|||||||
Reference in New Issue
Block a user