app/assets/stylesheets/_base/_forms.scss in shipit-engine-0.15.0 vs app/assets/stylesheets/_base/_forms.scss in shipit-engine-0.16.0
- old
+ new
@@ -24,9 +24,23 @@
height: 6rem;
}
.field-wrapper {
margin-bottom: 1.5rem;
+ input:focus {
+ border-color: $blue;
+ }
+ &.inline {
+ input {
+ &.btn {
+ height: 2.5rem;
+ }
+ display: inline;
+ &:focus {
+ padding-right: 30px;
+ }
+ }
+ }
}
.field_with_errors {
border: 1px solid $red;
display: inline-block;