_sass/components/_blockquotes.scss in krad-3.7.1 vs _sass/components/_blockquotes.scss in krad-3.7.2
- old
+ new
@@ -26,6 +26,20 @@
color: $color-gray-dim-light;
&:before {
content: '\2014 \00A0';
}
}
+}
+
+.pullquote {
+ border: none;
+ color: $color-gray-light;
+ text-align: center;
+
+ p {
+ font-size: $font-size-big;
+ }
+
+ &:before {
+ content: '”';
+ }
}
\ No newline at end of file