feature-cirlces fixes

This commit is contained in:
Matthias Kretschmann 2016-01-16 20:30:02 +01:00
parent ab231e2717
commit 6f310a94a7
5 changed files with 8 additions and 9 deletions

View File

@ -672,7 +672,6 @@
.content-boxed {
background-color: @greyBg;
padding-top: 50px;
}
.existing-new {
@ -827,9 +826,7 @@
display: none;
}
.home.page .feature-circles p,
.old-new p,
.centered-prodFeat p,
.get-started .description p {
text-align: center;
}

View File

@ -18,7 +18,7 @@
}
.feature-circle__title {
font-size: @font-size-h4;
font-size: @font-size-h3;
}
.feature-circle__description {}

View File

@ -10,7 +10,10 @@
> .row { background-color: @white; }
&.grey > .row { background-color: transparent; }
&.content-boxed,
&.grey {
> .row { background-color: transparent; }
}
&.case-studies {
padding: 0;
@ -25,7 +28,6 @@
.subtemplate__title {
margin-top: 0;
margin-bottom: @spacer;
text-transform: uppercase;
.above-chevron > .subtemplate:first-child & {
margin-top: (@spacer * 2);

View File

@ -29,8 +29,8 @@
@font-size-mini: 13px;
@font-size-large: 24px;
@font-size-h1: 36px;
@font-size-h2: 28px;
@font-size-h1: 42px;
@font-size-h2: 32px;
@font-size-h3: 26px;
@font-size-h4: 22px;
@font-size-h5: @font-size-base;

View File

@ -808,7 +808,7 @@ class Subtemplate {
}
$result = "<section class='subtemplate contact'>
<div class='row'>
<div class='row row--content'>
<h1 class='subtemplate__title'>{$subtemplateTitle}</h1>
<div class='grid grid--gutters grid--fit grid-small--half'>