mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
feature-cirlces fixes
This commit is contained in:
parent
ab231e2717
commit
6f310a94a7
@ -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;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
.feature-circle__title {
|
||||
font-size: @font-size-h4;
|
||||
font-size: @font-size-h3;
|
||||
}
|
||||
|
||||
.feature-circle__description {}
|
||||
|
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user