Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5175 from schalkneethling/sprints-issue-710-faq-p…
Browse files Browse the repository at this point in the history
…age-and-form-updates

Bug 1490727, sprints/710, cosmetic updates to payments FAQ page
  • Loading branch information
jwhitlock committed Jan 9, 2019
2 parents 8924d78 + 3a9e88d commit 72bca94
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
1 change: 0 additions & 1 deletion kuma/static/styles/components/payments/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.form-footer {
margin-top: $grid-spacing;
text-align: center;
}

// Remove 'x' from email input as it overlaps the hint action
Expand Down
26 changes: 21 additions & 5 deletions kuma/static/styles/components/payments/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.section {
display: flex;
position: relative;
margin: 0 auto;
padding: 56px 18px;
max-width: 1170px;

.sub-section {
margin-bottom: 2em;
Expand All @@ -22,11 +25,16 @@
}

.backdrop-image {
height: auto;
left: 0;
position: absolute;
top: 0;
width: auto;
display: none;

@media #{$mq-small-desktop-and-up} {
display: block;
position: absolute;
top: 30px;
left: 70px;
width: 410px;
height: auto;
}
}

.index {
Expand Down Expand Up @@ -64,6 +72,13 @@
.faqs {
flex: 60%;

a {
border-bottom: 1px solid $payment-form-button-color;
color: $payment-form-button-color;
padding-bottom: 1px;
text-decoration: none;
}

.faq {
background-color: #fff;
border: 2px solid $text-color;
Expand Down Expand Up @@ -96,6 +111,7 @@

.small {
display: block;
font-weight: 700;
}

.feedback {
Expand Down

0 comments on commit 72bca94

Please sign in to comment.