app/assets/stylesheets/includes/_forms.sass in smock-0.1.201 vs app/assets/stylesheets/includes/_forms.sass in smock-0.1.202

- old
+ new

@@ -87,5 +87,28 @@ display: block color: $gray a color: $gray text-decoration: underline + +.input-prepend-wrapper + +border + +space(line-height, 2) + +clearfix + border-radius: $border-radius + background: $white + input.input-prepend-input + border-top-left-radius: 0 + border-bottom-left-radius: 0 + width: 65% + display: block + float: left + .input-prepend-add-on + border-top-left-radius: $border-radius + border-bottom-left-radius: $border-radius + +space(padding-left) + +space(padding-right) + width: 35% + display: block + float: left + background: $gray-lightest +