Visual fix for input on API pages

This commit is contained in:
netop://ウエハ 2019-07-08 14:30:37 -05:00
parent fda1e3d800
commit 0c496b33ae

View file

@ -63,7 +63,10 @@
width: 100%;
padding: 0.25rem calc(2rem + 4px) 0.25rem 0.75rem;
border-top: none;
border-right: none;
border-bottom: 1px solid $lbry-gray-1;
border-left: none;
border-radius: 0; // TODO: Put this rule in components on inputs
font-size: 0.8rem;
line-height: 2rem;