app/assets/stylesheets/modules/_profile.sass in smock-0.1.100 vs app/assets/stylesheets/modules/_profile.sass in smock-0.1.101
- old
+ new
@@ -2,9 +2,38 @@
h3
font-weight: bold
p
+typecsset-font-size($first-font-size)
.profile__review__quote
- +space(margin, 3)
- blockquote
- +typecsset-font-size($second-font-size)
- text-align: center
+ +space(margin, 2)
+ text-align: center
+ font-size: $first-font-size
+
+.profile__review__purchase-count
+ +space(margin-left, 0.25)
+ color: $gray
+
+.profile__review__box
+ +typecsset-font-size($second-font-size)
+ background: $gray-lightest
+ +space(padding, 2)
+ position: relative
+
+.profile__review__box:after, .profile__review__box:before
+ top: 100%
+ left: 50%
+ border: solid transparent
+ content: " "
+ height: 0
+ width: 0
+ position: absolute
+ pointer-events: none
+
+.profile__review__box:after
+ border-top-color: $gray-lightest
+ border-width: 15px
+ margin-left: -15px
+
+.profile__review__box:before
+ border-top-color: $gray-lightest
+ border-width: 21px
+ margin-left: -21px
\ No newline at end of file