Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/src/scss/components/_contact.scss

Issue 29633564: Issue 5765 - Remove custom spacing units in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Fixed issues with rebase Created Dec. 11, 2017, 4:37 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/src/scss/components/_card.scss ('k') | static/src/scss/components/_lists.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/components/_contact.scss
===================================================================
--- a/static/src/scss/components/_contact.scss
+++ b/static/src/scss/components/_contact.scss
@@ -15,42 +15,43 @@
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Contact Section
******************************************************************************/
#contact .h4
{
- margin-bottom: $md;
+ margin-bottom: $small-space;
}
#contact .horizontal-list
{
- margin-right: -$sm;
- margin-left: -$sm;
+ margin-right: -$x-small-space;
+ margin-left: -$x-small-space;
}
#contact .horizontal-list li
{
display: inline-block;
- margin-right: $sm;
- margin-left: $sm;
+ margin-right: $x-small-space;
+ margin-left: $x-small-space;
font-weight: $bold-weight;
text-transform: uppercase;
}
#contact .underlined
{
- margin-bottom: $md;
- padding-bottom: $md;
+ margin-bottom: $small-space;
+ padding-bottom: $small-space;
@media (min-width: $phablet-breakpoint)
{
- margin-bottom: $lg;
- padding-bottom: $lg;
+ margin-bottom: $medium-space;
+ padding-bottom: $medium-space;
}
}
-#contact header.underlined
+#contact .h2.underlined
{
- margin-bottom: $md;
+ margin-bottom: $small-space;
+ padding-bottom: $small-space;
}
« no previous file with comments | « static/src/scss/components/_card.scss ('k') | static/src/scss/components/_lists.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld