Commit e99dbefb by Torkel Ödegaard

minor style fix

parent 68b7b6cd
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
} }
.toolbar__main { .toolbar__main {
padding: $input-padding-y $input-padding-x; padding: 0 $input-padding-x;
font-size: $font-size-md; font-size: $font-size-md;
line-height: $input-line-height; line-height: $input-line-height;
color: $input-color; color: $input-color;
background-color: $input-bg; background-color: $input-bg;
height: $gf-form-input-height;
border: $input-border; border: $input-border;
border-radius: $input-border-radius; border-radius: $input-border-radius;
display: flex; display: flex;
......
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