app/assets/stylesheets/talkie/_form.scss in talkie-0.2.0 vs app/assets/stylesheets/talkie/_form.scss in talkie-0.3.0
- old
+ new
@@ -1,6 +1,13 @@
.talkie {
+ &-hint {
+ color: $talkie-hint-color;
+ font-size: $talkie-hint-font-size;
+ font-style: $talkie-hint-font-style;
+ margin: $talkie-hint-margin;
+ }
+
&-comments-form-container,
&-comments-reply-form-container {
border-bottom: $talkie-form-border-bottom;
padding-bottom: $talkie-form-padding-bottom;
margin-bottom: $talkie-form-margin-bottom;
@@ -13,10 +20,9 @@
color: $talkie-form-textarea-color;
display: inline-block;
font-size: $talkie-form-textarea-font-size;
height: $talkie-form-textarea-height;
line-height: $talkie-form-textarea-line-height;
- margin-bottom: 10px;
padding: 10px;
vertical-align: top;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;