app/assets/stylesheets/modules/_profile.sass in smock-0.1.104 vs app/assets/stylesheets/modules/_profile.sass in smock-0.1.105
- old
+ new
@@ -1,15 +1,31 @@
+.profile
+ +space(margin-bottom)
+
.profile__bio
h3
font-weight: bold
p
+typecsset-font-size($first-font-size)
+.profile__bio__text
+ +space(margin-bottom)
+
+.profile__bio__text--expanded
+ overflow: none
+ +space(height, 10)
+ margin-bottom: 0
+
+.read__more
+ float: right
+
+
.profile__review__quote
- +space(margin, 2)
+ +space(margin, 1)
text-align: center
- font-size: $first-font-size
+ blockquote
+ margin-left: 0
.profile__review__purchase-count
+space(margin-left, 0.25)
color: $gray
@@ -29,12 +45,12 @@
position: absolute
pointer-events: none
.profile__review__box:after
border-top-color: $gray-lightest
- border-width: 15px
- margin-left: -15px
+ border-width: 7px
+ margin-left: -7px
.profile__review__box:before
border-top-color: $gray-lightest
- border-width: 21px
- margin-left: -21px
+ border-width: 14px
+ margin-left: -14px
\ No newline at end of file