fix: Input height

This commit is contained in:
Suraj Shetty 2020-12-15 14:42:02 +05:30
parent ececc3cd27
commit fd71ed2d3d

View file

@ -220,7 +220,7 @@
--page-bottom-margin: 60px;
// input
--input-height: $input-height;
--input-height: #{$input-height};
// timeline
--timeline-item-icon-size: 34px;