Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blockreassurance and promo code layout #5625

Merged
merged 2 commits into from
May 24, 2016
Merged

Fix blockreassurance and promo code layout #5625

merged 2 commits into from
May 24, 2016

Conversation

maximebiloe
Copy link
Contributor

Questions Answers
Branch? develop
Description? Fix blockreassurance and promo code layout in Classic
Type? bug fix
Category? FO
BC breaks? no
Deprecations? no
How to test? Just open your eyes 👀

}
li .block-reassurance-item{
padding: em(15px);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please try to use a better nesting. (On another PR as a refacto type)

li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  &:last-child {
    border: 0;
  }

  > .block-reassurance-item {
    padding: em(15px);
  }
}

@Shudrum Shudrum merged commit 884e944 into PrestaShop:develop May 24, 2016
@maximebiloe maximebiloe deleted the dev/fix/blockreassurance-css branch January 17, 2017 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants