Commit f8fb97d9 by Torkel Ödegaard

ux(): restored natural language input class

parent b7d19879
......@@ -143,13 +143,6 @@ $gf-form-margin: 0.25rem;
align-items: stretch;
}
// input[type="number"].gf-natural-language-form {
// font-size: $font-size-base;
// line-height: $input-line-height;
// margin: -6px -5px 0 5px;
// padding: $input-padding-y/2 $input-padding-x/2;
// }
.gf-form-btn {
margin-right: $gf-form-margin;
padding: $input-padding-y $input-padding-x;
......@@ -157,3 +150,13 @@ $gf-form-margin: 0.25rem;
flex-shrink: 0;
flex-grow: 0;
}
.gf-form-natural-language-input {
&input[type="number"] {
font-size: $font-size-base;
line-height: $input-line-height;
margin: -6px -5px 0 5px;
padding: $input-padding-y/2 $input-padding-x/2;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment