vendor/assets/stylesheets/form.scss in active_frontend-1.0.6 vs vendor/assets/stylesheets/form.scss in active_frontend-1.0.7

- old
+ new

@@ -50,11 +50,13 @@ border-radius: 0; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); display: block; - font-size: 16px; + font-weight: normal; + font-style: normal; + font-size: 16px; line-height: 1; margin-bottom: 5px; padding: 13px 0 10px 0; text-indent: 10px; -webkit-transition: border linear 0.2s; @@ -108,11 +110,13 @@ border: 1px solid rgba(230,237,242,1); border-radius: 0; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); - font-size: 16px; + font-weight: normal; + font-style: normal; + font-size: 16px; line-height: 1; margin-bottom: 5px; padding: 13px 0 10px 10px; text-indent: 0; text-transform: capitalize; @@ -240,10 +244,12 @@ background: rgba(245,248,250,1); border: 1px solid rgba(230,237,242,1); -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(136,153,166,1); - font-size: 16px; + font-weight: normal; + font-style: normal; + font-size: 16px; line-height: 0; padding: 0 13px; text-align: center; width: 1%; white-space: nowrap; \ No newline at end of file