1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00

style tweaks

This commit is contained in:
Matthias Kretschmann 2016-03-08 10:47:47 +01:00
parent 0c6e89fcdb
commit f411610350

View File

@ -6,6 +6,8 @@
.row { background: none; } .row { background: none; }
.grid { margin-bottom: 0; }
.grid__col { .grid__col {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -15,6 +17,7 @@
.testimonial { .testimonial {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
background: #fff;
} }
.testimonial__quote, .testimonial__quote,
@ -32,10 +35,9 @@
font-style: normal; font-style: normal;
// styling // styling
&:extend(.bold); //&:extend(.bold);
padding: (@spacer / 2); padding: (@spacer / 2);
align-self: flex-start; align-self: flex-start;
background: #fff;
// quote characters // quote characters
// &:before { // &:before {
@ -51,9 +53,10 @@
align-self: flex-end; align-self: flex-end;
display: flex; display: flex;
align-items: center; align-items: center;
border-top: 2px solid @greySocial; border-top: 2px solid lighten(@greySocial, 10%);
padding-top: (@spacer / 2); padding-top: (@spacer / 2);
position: relative; position: relative;
background: @greyBg;
// speech triangle // speech triangle
&:before { &:before {
@ -66,7 +69,7 @@
top: 0; top: 0;
border-width: .9em .9em 0 0; border-width: .9em .9em 0 0;
border-color: transparent; border-color: transparent;
border-top-color: @greySocial; border-top-color: lighten(@greySocial, 10%);
} }
} }
@ -74,9 +77,9 @@
width: 4em; width: 4em;
height: 4em; height: 4em;
display: inline-block; display: inline-block;
margin-right: @spacer; margin-right: (@spacer / 2);
border-radius: 50%; border-radius: 50%;
border: 2px solid @greySocial; border: 2px solid lighten(@greySocial, 20%);
} }
.testimonial__cite { .testimonial__cite {